From a5b0424c086204f6b27bb0ba9b740c8f8efaccb2 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Wed, 16 May 2018 17:18:32 +0200 Subject: [PATCH] Tweak Travis CI config for scala-native (#858) See https://github.com/lihaoyi/utest/commit/2f17b288e41188b967651f052286e68222a40719 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index a6b68b7ec..ad5238f05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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