Update travis to fix ^ with node v0.8. Thanks @vladikoff

This commit is contained in:
Kyle Robinson Young 2014-05-14 10:30:54 -07:00
parent 106cd851eb
commit 126d6fd6b9

View File

@ -2,6 +2,7 @@ language: node_js
node_js:
- "0.8"
- "0.10"
before_script:
- npm update npm
- npm install -g grunt-cli
install:
- npm update npm -g
- npm install -g grunt-cli
- npm install