Merge pull request #1988 from faceleg/travis-node-versions

Run travis tests in all versions of node
This commit is contained in:
Adam Stankiewicz
2015-11-14 15:52:47 +01:00

View File

@@ -3,6 +3,12 @@ sudo: false
env:
- NODE_VERSION=0.10
- NODE_VERSION=0.11
- NODE_VERSION=0.12
- NODE_VERSION=4.0
- NODE_VERSION=4.1
- NODE_VERSION=4.2
- NODE_VERSION=5.0
- NODE_VERSION=iojs
install:
- test $TRAVIS_OS_NAME = "osx" && brew install nvm && source $(brew --prefix nvm)/nvm.sh || test $TRAVIS_OS_NAME = "linux"