File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,9 @@ dist: trusty
2
2
language : scala
3
3
jdk :
4
4
- oraclejdk8
5
- - openjdk11
6
5
7
6
scala :
8
7
- 2.11.12
9
- - 2.12.8
10
- - 2.13.0
11
8
12
9
env :
13
10
global :
17
14
- secure : " JSv/Er6q1XtTpRH1bpU63YBf7ufwg0vW+Kv/udQBtr8YX/P3gRYC1x6hW4uwftaKMYh7wXDkfNy51SRpH3kUptdJvjPUifVElyPiYlsumetmD+rZJmxX6agx+U5pdjIXPqPoton9MdSVHNTROeTu339bDak0Z+N5ht5wRfjP7F4="
18
15
# SONA_PASS
19
16
- secure : " OIVtcj7AHZr8Grpf03ZmZsygcADewiYIvSnRwLYCx+5AqOzs39EZ68DsIOxi7wEXVUbVj5RvLXpKzLX3iN+UszLOQRoFPFQyyn+3Y50f8T2aRxdZtInzXn0sCVTj4Hhd/zbKl1W+2Nh3Sqazab7tFoQVzEyYqhcPeiNRMF7h+aY="
20
- matrix :
21
- # The empty SCALAJS_VERSION will only compile for the JVM
22
- - SCALAJS_VERSION=
23
- - SCALAJS_VERSION=0.6.28
24
- - SCALAJS_VERSION=1.0.0-M8
25
17
26
18
matrix :
27
19
include :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if [[ "$SCALANATIVE_VERSION" != "" ]]; then
22
22
RELEASE_COMBO=true;
23
23
fi
24
24
elif [[ " $TRAVIS_JDK_VERSION " == " oraclejdk8" ]]; then
25
- RELEASE_COMBO=true ;
25
+ RELEASE_COMBO=false ;
26
26
fi
27
27
28
28
if ! [ " $SCALAJS_VERSION " == " " ]; then
34
34
fi
35
35
36
36
verPat=" [0-9]+\.[0-9]+\.[0-9]+(-[A-Za-z0-9-]+)?"
37
- tagPat=" ^v$verPat (#$verPat #[0-9]+)?$"
37
+ tagPat=" ^v$verPat (#native #[0-9]+)?$"
38
38
39
39
if [[ " $TRAVIS_TAG " =~ $tagPat ]]; then
40
40
tagVer=${TRAVIS_TAG}
You can’t perform that action at this time.
0 commit comments