summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes.rudolph@gmail.com>2019-07-26 15:38:48 +0200
committerJohannes Rudolph <johannes.rudolph@gmail.com>2019-07-26 15:42:53 +0200
commitdd127d567a975b2edb026c5305fd319124282a43 (patch)
tree88ba03a63ad3fc1492a6518328d729b61376d8b4
parent158d7d5e29a0c9a207dac49890d22e0605884ab6 (diff)
downloadspray-json-dd127d567a975b2edb026c5305fd319124282a43.tar.gz
spray-json-dd127d567a975b2edb026c5305fd319124282a43.tar.bz2
spray-json-dd127d567a975b2edb026c5305fd319124282a43.zip
don't run third-party scripts
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 8fe5502..69fb890 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
# sudo required for installing dependencies of Scala Native
sudo: required
-dist: trusty
+dist: bionic
language: scala
@@ -8,7 +8,8 @@ jdk:
- oraclejdk8
before_install:
- - curl https://raw.githubusercontent.com/scala-native/scala-native/4c2ce46242f872f3e7879810565147c4233cd52e/scripts/travis_setup.sh | bash -x
+ - sudo apt-get update
+ - sudo apt-get install -y libre2-dev libunwind-dev clang
script:
- sbt +test +mimaReportBinaryIssues