Skip to content

Commit d38d339

Browse files
committed
Update travis config
1 parent b8b011e commit d38d339

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.travis.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
language: scala
2-
scala:
3-
- 2.10.7
4-
- 2.11.12
5-
- 2.12.4
6-
- 2.13.0-M3
2+
3+
addons:
4+
apt:
5+
sources:
6+
- debian-sid
7+
packages:
8+
- libre2-dev
9+
- libunwind-dev
10+
- libgc-dev
11+
712
script:
8-
- sbt ++$TRAVIS_SCALA_VERSION test mimaReportBinaryIssues
13+
- sbt +test +mimaReportBinaryIssues
914
jdk:
1015
- oraclejdk8
11-
notifications:
12-
email:
13-
14-

0 commit comments

Comments
 (0)