e55f0bd6 by Gary Katsevman

Use node 0.10 on travis.

Don't try to update npm anymore.
1 parent 1bb8391d
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:
......