2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-26 11:24:39 -06:00

Fix travis config

This commit is contained in:
Wes Cossick 2015-12-04 17:55:49 -06:00
parent c2cf41fc16
commit cac5699594

View File

@ -1,10 +1,12 @@
language: node_js language: node_js
node_js: node_js:
- "5" - '5.1'
- "4" - '5.0'
- '0.12' - '4.1'
- '4.0'
- '0.12'
before_script: before_script:
- npm install -g gulp - npm install -g gulp
script: gulp script: gulp
deploy: deploy:
provider: npm provider: npm