Skip to content

Commit 5819a24

Browse files
committed
Don't define CHROME env variable on Travis
1 parent 84196d7 commit 5819a24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ env:
77
- MOZ_XVFB=$(if [[ $TRAVIS_OS_NAME == "linux" ]]; then echo 1; fi)
88
matrix:
99
- NODE_VERSION="0.12"
10-
- NODE_VERSION="4" CHROME="nightly"
11-
- NODE_VERSION="stable" CHROME="nightly"
10+
- NODE_VERSION="4"
11+
- NODE_VERSION="stable"
1212
before_install:
1313
- rm -rf ~/.nvm
1414
- git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`)

0 commit comments

Comments
 (0)