have travis update to a newer npm first
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -2,6 +2,7 @@ language: node_js | ... | @@ -2,6 +2,7 @@ language: node_js |
2 | node_js: | 2 | node_js: |
3 | - '0.8' | 3 | - '0.8' |
4 | before_script: | 4 | before_script: |
5 | - npm install -g npm | ||
5 | - npm install -g grunt-cli | 6 | - npm install -g grunt-cli |
6 | - curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash | 7 | - curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash |
7 | notifications: | 8 | notifications: | ... | ... |
-
Please register or sign in to post a comment