Skip to content

Commit 5cbdb43

Browse files
committed
publish 2.0.0 for Scala 2.13
1 parent 9f8a1c1 commit 5cbdb43

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.travis.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
language: scala
22

33
scala:
4-
- 2.11.12
5-
- 2.12.8
64
- 2.13.0
75
jdk:
86
- oraclejdk8
9-
- openjdk11
107
env:
118
global:
129

@@ -21,25 +18,6 @@ env:
2118
- SCALAJS_VERSION=0.6.28
2219
- SCALAJS_VERSION=1.0.0-M8
2320

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-
- jdk: oraclejdk8
35-
scala: 2.12.8
36-
env: TEST_BINARY_COMPAT=true
37-
38-
# run scalafmt
39-
- jdk: oraclejdk8
40-
scala: 2.12.8
41-
env: TEST_SCALAFMT=true
42-
4321
before_script:
4422
- admin/checkCLA.sh
4523

0 commit comments

Comments
 (0)