aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-05-16 11:48:47 -0700
committerJakob Odersky <jakob@odersky.com>2018-05-17 16:43:17 -0700
commit138091d73cb1bc8fca128a895f13e9d578f122be (patch)
tree6048df0570ec2cbfbc06610099a9205d4ca90bf8 /.travis.yml
parentf57e5f96d657c422836f69faf55d8df3992ab3be (diff)
downloadspray-json-derivation-138091d73cb1bc8fca128a895f13e9d578f122be.tar.gz
spray-json-derivation-138091d73cb1bc8fca128a895f13e9d578f122be.tar.bz2
spray-json-derivation-138091d73cb1bc8fca128a895f13e9d578f122be.zip
Update changelogv0.4.4
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5dddf69..ba3b474 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,10 @@ language: scala
jdk:
- oraclejdk8 # this should be changed to openjdk as soon as it becomes available on Travis CI
+addons:
+ apt:
+ update: true
+
before_install:
- curl https://raw.githubusercontent.com/scala-native/scala-native/68122ea1ce88ff0ccfb94cbbcd4dae34b68f21cf/scripts/travis_setup.sh | bash -x