8000
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.
2 parents a5c815d + 6c7679b commit 4719736Copy full SHA for 4719736
.travis.yml
@@ -1,6 +1,5 @@
1
-# disables sudo
2
-# this allows for faster builds, using travis's docker-based build infra
3
-sudo: false
+# needed to work around https://github.com/travis-ci/travis-ci/issues/9713
+sudo: true
4
5
language: scala
6
@@ -21,7 +20,12 @@ env:
21
20
# SONA_PASS
22
- secure: "OIVtcj7AHZr8Grpf03ZmZsygcADewiYIvSnRwLYCx+5AqOzs39EZ68DsIOxi7wEXVUbVj5RvLXpKzLX3iN+UszLOQRoFPFQyyn+3Y50f8T2aRxdZtInzXn0sCVTj4Hhd/zbKl1W+2Nh3Sqazab7tFoQVzEyYqhcPeiNRMF7h+aY="
23
24
-script: admin/build.sh
+script:
+ - echo $JAVA_HOME
25
+ # work around https://github.com/travis-ci/travis-ci/issues/9713
26
+ - if [[ $JAVA_HOME = *java-6* ]]; then jdk_switcher use openjdk6; fi
27
+ - java -version
28
+ - admin/build.sh
29
30
addons:
31
apt:
0 commit comments