e55f0bd6 by Gary Katsevman

Use node 0.10 on travis.

Don't try to update npm anymore.
1 parent 1bb8391d
language: node_js
node_js:
- '0.8'
- '0.10'
before_script:
- npm install -g npm
- npm install -g grunt-cli
- curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash
notifications:
......