File tree Expand file tree Collapse file tree 1 file changed +22
-25
lines changed Expand file tree Collapse file tree 1 file changed +22
-25
lines changed Original file line number Diff line number Diff line change 1
- # needed to work around https://github.com/travis-ci/travis-ci/issues/9713
2
- sudo : true
3
-
4
1
language : scala
5
2
6
3
addons :
@@ -10,6 +7,20 @@ addons:
10
7
apt :
11
8
packages :
12
9
- graphviz
10
+ - openjdk-6-jdk
11
+
12
+ # Needed for openjdk6
13
+ sudo : required
14
+
15
+ jdk :
16
+ - openjdk6
17
+ - oraclejdk8
18
+ - openjdk11
19
+
20
+ scala :
21
+ - 2.11.12
22
+ - 2.12.8
23
+ - 2.13.0-M5
13
24
14
25
env :
15
26
global :
20
31
# SONA_PASS
21
32
- secure : " OIVtcj7AHZr8Grpf03ZmZsygcADewiYIvSnRwLYCx+5AqOzs39EZ68DsIOxi7wEXVUbVj5RvLXpKzLX3iN+UszLOQRoFPFQyyn+3Y50f8T2aRxdZtInzXn0sCVTj4Hhd/zbKl1W+2Nh3Sqazab7tFoQVzEyYqhcPeiNRMF7h+aY="
22
33
matrix :
34
+ # The empty SCALAJS_VERSION will only compile for the JVM
23
35
- SCALAJS_VERSION=
24
36
- SCALAJS_VERSION=0.6.25
25
37
- SCALAJS_VERSION=1.0.0-M6
26
38
27
- script :
28
- - echo $JAVA_HOME
29
- # work around https://github.com/travis-ci/travis-ci/issues/9713
30
- - if [[ $JAVA_HOME = *java-6* ]]; then jdk_switcher use openjdk6; fi
31
- - java -version
32
- - admin/build.sh
33
-
34
- addons :
35
- apt :
36
- packages :
37
- - openjdk-6-jdk
38
-
39
- jdk :
40
- - openjdk6
41
- - oraclejdk8
42
- - openjdk11
43
-
44
- scala :
45
- - 2.11.12
46
- - 2.12.8
47
- - 2.13.0-M5
48
-
49
39
matrix :
50
40
exclude :
51
41
- jdk : openjdk11
@@ -66,6 +56,13 @@ matrix:
66
56
- env : SCALANATIVE_VERSION=0.3.8
67
57
jdk : oraclejdk8
68
58
59
+ script :
60
+ # work around https://github.com/travis-ci/travis-ci/issues/9713
61
+ - if [[ $JAVA_HOME = *java-6* ]]; then jdk_switcher use openjdk6; fi
62
+ - java -version
63
+ - admin/build.sh
64
+
65
+
69
66
notifications :
70
67
email :
71
68
You can’t perform that action at this time.
0 commit comments