mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Merge pull request #1988 from faceleg/travis-node-versions
Run travis tests in all versions of node
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user