2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-18 23:44:29 -06:00

Travis CI now tests against Node.js 6

This commit is contained in:
Wes Cossick 2016-06-07 21:27:21 -05:00
parent a30d8f6183
commit dbb1c25843

View File

@ -1,5 +1,6 @@
language: node_js
node_js:
- '6'
- '5'
- '4'
- '0.12'