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.
1 parent 9f8a1c1 commit 5cbdb43Copy full SHA for 5cbdb43
.travis.yml
@@ -1,12 +1,9 @@
1
language: scala
2
3
scala:
4
- - 2.11.12
5
- - 2.12.8
6
- 2.13.0
7
jdk:
8
- oraclejdk8
9
- - openjdk11
10
env:
11
global:
12
@@ -21,25 +18,6 @@ env:
21
18
- SCALAJS_VERSION=0.6.28
22
19
- SCALAJS_VERSION=1.0.0-M8
23
20
24
-matrix:
25
-
26
- include:
27
28
- # run migration test
29
- - jdk: oraclejdk8
30
- scala: 2.12.8
31
- env: TEST_SCALAFIX=true
32
33
- # run binary compatibility test
34
35
36
- env: TEST_BINARY_COMPAT=true
37
38
- # run scalafmt
39
40
41
- env: TEST_SCALAFMT=true
42
43
before_script:
44
- admin/checkCLA.sh
45
0 commit comments