Tweak Travis CI config for scala-native (#858)

See 2f17b288e4
This commit is contained in:
Alexandre Archambault 2018-05-16 17:18:32 +02:00 committed by GitHub
parent b59ada58df
commit a5b0424c08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ script:
# Uncomment once https://github.com/scoverage/sbt-scoverage/issues/111 is fixed
# after_success:
# - bash <(curl -s https://codecov.io/bash)
addons:
apt:
update: true
matrix:
include:
- env: SCALA_VERSION=2.12 NATIVE=1 PUBLISH=1