1bb8391d by Gary Katsevman

have travis update to a newer npm first

1 parent dc3eff8b
...@@ -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:
......