From 24fa04d814ee4d4260858f77d3328f0e5186d2d2 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Wed, 20 Sep 2017 16:58:41 +0200 Subject: [PATCH] Update scala-native setup on Travis CI --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8564596bd..0aaed0b3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,9 +20,8 @@ matrix: os: linux jdk: oraclejdk8 sudo: required - group: deprecated-2017Q3 before_install: - - curl https://raw.githubusercontent.com/scala-native/scala-native/v0.3.1/bin/travis_setup.sh | bash -x + - curl https://raw.githubusercontent.com/scala-native/scala-native/e9df70ce671c58f34eab530a44875d6f818ba8fe/bin/travis_setup.sh | bash -x services: - docker - env: SCALA_VERSION=2.10.6 PUBLISH=1