Nathan Rajlich
10 years ago
1 changed files with 6 additions and 4 deletions
@ -1,9 +1,11 @@ |
|||||
language: node_js |
language: node_js |
||||
node_js: |
node_js: |
||||
- '0.8' |
- "0.8" |
||||
- '0.10' |
- "0.10" |
||||
- '0.11' |
- "0.12" |
||||
- 'iojs' |
- "iojs" |
||||
before_install: |
before_install: |
||||
|
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28' |
||||
|
- npm install -g npm@latest |
||||
- sudo chown -R $USER /usr/local |
- sudo chown -R $USER /usr/local |
||||
- sh install |
- sh install |
||||
|
Loading…
Reference in new issue