Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
jodersky committed Mar 8, 2018
1 parent b8b011e commit 23f5855
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
sudo: required

language: scala
scala:
- 2.10.7
- 2.11.12
- 2.12.4
- 2.13.0-M3

before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libre2-dev libunwind-dev libgc-dev
script:
- sbt ++$TRAVIS_SCALA_VERSION test mimaReportBinaryIssues
- sbt +test +mimaReportBinaryIssues
jdk:
- oraclejdk8
notifications:
email:
- [email protected]
- [email protected]

0 comments on commit 23f5855

Please sign in to comment.