Skip to content

Commit 23f5855

Browse files
committed
Update travis config
1 parent b8b011e commit 23f5855

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.travis.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1+
sudo: required
2+
13
language: scala
2-
scala:
3-
- 2.10.7
4-
- 2.11.12
5-
- 2.12.4
6-
- 2.13.0-M3
4+
5+
before_install:
6+
- sudo apt-get -qq update
7+
- sudo apt-get install -y libre2-dev libunwind-dev libgc-dev
8+
79
script:
8-
- sbt ++$TRAVIS_SCALA_VERSION test mimaReportBinaryIssues
10+
- sbt +test +mimaReportBinaryIssues
911
jdk:
1012
- oraclejdk8
11-
notifications:
12-
email:
13-
14-

0 commit comments

Comments
 (0)