We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84196d7 commit 5819a24Copy full SHA for 5819a24
.travis.yml
@@ -7,8 +7,8 @@ env:
7
- MOZ_XVFB=$(if [[ $TRAVIS_OS_NAME == "linux" ]]; then echo 1; fi)
8
matrix:
9
- NODE_VERSION="0.12"
10
- - NODE_VERSION="4" CHROME="nightly"
11
- - NODE_VERSION="stable" CHROME="nightly"
+ - NODE_VERSION="4"
+ - NODE_VERSION="stable"
12
before_install:
13
- rm -rf ~/.nvm
14
- git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`)
0 commit comments