Merge pull request #167 from josephpage/patch-1

Add tests for node 0.12 and io.js
This commit is contained in:
Jarrett Cruger 2015-08-19 23:13:21 -04:00
commit 38cade0fc2

View file

@ -1,12 +1,15 @@
language: node_js language: node_js
sudo: false
before_install: 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: node_js:
- 0.8 - "0.8"
- 0.10 - "0.10"
- 0.11 - "0.11"
- "0.12"
- "iojs"
notifications: notifications:
email: email:
- travis@nodejitsu.com - travis@nodejitsu.com
irc: "irc.freenode.org#nodejitsu" irc: "irc.freenode.org#nodejitsu"