Update travis to fix ^ with node v0.8. Thanks @vladikoff
This commit is contained in:
parent
106cd851eb
commit
126d6fd6b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user