Skip to content

Commit 7cc8821

Browse files
committed
fixup
1 parent 2c0168e commit 7cc8821

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

travis/default.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ before_install:
1919
# Travis-CI's default is an outdated version of sbt-extras;
2020
# overwrite it with the official sbt launcher
2121
- |
22+
unset SBT_OPTS
23+
unset JVM_OPTS
2224
curl -L --silent "https://raw.githubusercontent.com/sbt/sbt/1.5.x/sbt" > $HOME/sbt
2325
chmod +x $HOME/sbt && sudo mv $HOME/sbt /usr/local/bin/sbt
2426

0 commit comments

Comments
 (0)