Skip to content

Commit

Permalink
Use Scala 2.13.0-M4 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Jun 16, 2018
1 parent 09f72d7 commit 6717198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ matrix:
script:
- ./sbt ++$SCALA_VERSION "; coverage; ${PROJECT}/test; coverageReport"
- "./sbt coverageAggregate && bash <(curl -s https://codecov.io/bash)"
- env: SCALA_VERSION=2.13.0-M3 PROJECT=projectJVM
- env: SCALA_VERSION=2.13.0-M4 PROJECT=projectJVM
services: postgresql
before_script: psql -c 'create database travis_ci_test;' -U postgres
jdk: oraclejdk8
Expand Down

0 comments on commit 6717198

Please sign in to comment.