Merge pull request #167 from josephpage/patch-1
Add tests for node 0.12 and io.js
This commit is contained in:
commit
38cade0fc2
1 changed files with 8 additions and 5 deletions
13
.travis.yml
13
.travis.yml
|
@ -1,12 +1,15 @@
|
|||
language: node_js
|
||||
sudo: false
|
||||
before_install:
|
||||
- "npm i -g npm@1.4.28"
|
||||
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
|
||||
- npm install -g npm@latest
|
||||
node_js:
|
||||
- 0.8
|
||||
- 0.10
|
||||
- 0.11
|
||||
- "0.8"
|
||||
- "0.10"
|
||||
- "0.11"
|
||||
- "0.12"
|
||||
- "iojs"
|
||||
notifications:
|
||||
email:
|
||||
- travis@nodejitsu.com
|
||||
irc: "irc.freenode.org#nodejitsu"
|
||||
|
||||
|
|
Loading…
Reference in a new issue