Browse Source

only use node 11 of node

pull/80/head
Parul Sharma 12 years ago
parent
commit
d9b22c4b29
  1. 4
      .travis.yml

4
.travis.yml

@ -1,8 +1,8 @@
language: node_js
node_js:
- "0.10"
# "0.10"
- "0.8"
- "0.11"
#- "0.11"
before_script:
- npm install -g grunt-cli
- curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash

Loading…
Cancel
Save