File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,11 @@ cache:
20
20
21
21
script :
22
22
# work around https://github.com/travis-ci/travis-ci/issues/9713
23
- - if [[ $JAVA_HOME = *java-6* ]]; then jdk_switcher use openjdk6; SBTOPTS="-Dsbt.override.build.repos=true -Dsbt.repository.config=./.sbtrepos"; fi
23
+ - if [[ $JAVA_HOME = *java-6* ]]; then jdk_switcher use openjdk6; fi
24
24
- java -version
25
25
# also, Maven Central and Bintray are unreachable over HTTPS
26
- - if [[ $JAVA_HOME = *java-6* ]]; then SBTOPTS="-Dsbt.override.build.repos=true -Dsbt.repository.config=./.sbtrepos"; fi; sbt test
26
+ - if [[ $JAVA_HOME = *java-6* ]]; then SBTOPTS="-Dsbt.override.build.repos=true -Dsbt.repository.config=./.sbtrepos"; fi
27
+ - sbt $SBTOPTS test
27
28
28
29
before_cache :
29
30
- find $HOME/.sbt -name "*.lock" | xargs rm
You can’t perform that action at this time.
0 commit comments