Skip to content

Commit aaf9b00

Browse files
Unset _JAVA_OPTIONS env variable on Travis
1 parent ac01756 commit aaf9b00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ node_js:
33
- '6'
44
install: npm install
55
script: npm test -- --saucelabs
6+
before_install:
7+
- unset _JAVA_OPTIONS
68
addons:
79
sauce_connect:
810
username: firebaseui

0 commit comments

Comments
 (0)