Fix travis config

pull/189/head
Wes Cossick 9 years ago
parent c2cf41fc16
commit cac5699594

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

Loading…
Cancel
Save