File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- # disables sudo
2
- # this allows for faster builds, using travis's docker-based build infra
3
- sudo : false
1
+ # needed to work around https://github.com/travis-ci/travis-ci/issues/9713
2
+ sudo : true
4
3
5
4
language : scala
6
5
21
20
# SONA_PASS
22
21
- secure : " OIVtcj7AHZr8Grpf03ZmZsygcADewiYIvSnRwLYCx+5AqOzs39EZ68DsIOxi7wEXVUbVj5RvLXpKzLX3iN+UszLOQRoFPFQyyn+3Y50f8T2aRxdZtInzXn0sCVTj4Hhd/zbKl1W+2Nh3Sqazab7tFoQVzEyYqhcPeiNRMF7h+aY="
23
22
24
- script : admin/build.sh
23
+ script :
24
+ - 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
25
29
26
30
addons :
27
31
apt :
You can’t perform that action at this time.
0 commit comments