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 da27053
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
sudo: required
dist: trusty
language: scala
scala:
- 2.10.7
- 2.11.12
- 2.12.4
- 2.13.0-M3

before_install:
- curl https://raw.githubusercontent.com/scala-native/scala-native/9069e8d447f7a9a5439bffbb6a706b5cc70bd631/bin/travis_setup.sh | bash -x

script:
- sbt ++$TRAVIS_SCALA_VERSION test mimaReportBinaryIssues
- sbt +test +mimaReportBinaryIssues
jdk:
- oraclejdk8
notifications:
email:
- [email protected]
- [email protected]

0 comments on commit da27053

Please sign in to comment.