This commit is contained in:
Filipe Silva 2016-02-25 13:54:26 +00:00 committed by jkuri
parent 5ab6d76b04
commit 06dea229bc

View File

@ -2,13 +2,10 @@ sudo: false
env:
- NODE_VERSION=4
- NODE_VERSION=5
os:
- linux
- osx
script: npm run-script test
addons:
firefox: "latest"
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.30.1/install.sh | bash; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then source ~/.nvm/nvm-exec; fi