Use node 0.10 on travis.
Don't try to update npm anymore.
Showing
1 changed file
with
1 additions
and
2 deletions
1 | language: node_js | 1 | language: node_js |
2 | node_js: | 2 | node_js: |
3 | - '0.8' | 3 | - '0.10' |
4 | before_script: | 4 | before_script: |
5 | - npm install -g npm | ||
6 | - npm install -g grunt-cli | 5 | - npm install -g grunt-cli |
7 | - curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash | 6 | - curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash |
8 | notifications: | 7 | notifications: | ... | ... |
-
Please register or sign in to post a comment