summaryrefslogblamecommitdiff
path: root/.travis.yml
blob: fad13d8d1d7c2d683a58a848f0563a9c999c96e0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                                               
language: scala

jdk:
  - oraclejdk8 # this should be changed to openjdk as soon as it becomes available on Travis CI

env:

script: .ci/build

cache:
  directories:
    - "$HOME/.ivy2/cache"
    - "$HOME/.sbt/boot/"

before_cache:
  - find "$HOME/.ivy2/cache/io.crashbox" -depth -name "crashbox*" -exec rm -r {} \;
  - find "$HOME/.ivy2" -name "ivydata-*.properties" -delete
  - find "$HOME/.sbt" -name "*.lock" -delete