Skip to content

Commit

Permalink
Auto merge of #4962 - xcambar:travis_yml_node_version, r=stefanpenner
Browse files Browse the repository at this point in the history
  • Loading branch information
homu committed Oct 18, 2015
2 parents e7df723 + bb5e9ff commit ae5e726
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
sudo: false
env:
- NODE_VERSION=0.10
- NODE_VERSION=0.12
- NODE_VERSION=iojs
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"

os:
- linux
script: npm run-script test-all:cover
before_install:
- test $TRAVIS_OS_NAME = "osx" && brew update && brew install nvm && source $(brew --prefix nvm)/nvm.sh && brew install phantomjs || test $TRAVIS_OS_NAME = "linux"
- nvm install $NODE_VERSION
- npm config set spin false
install:
- node --version
Expand Down

0 comments on commit ae5e726

Please sign in to comment.