aboutsummaryrefslogblamecommitdiff
path: root/.travis.yml
blob: 78ea1b59c841a1430f5e0552b7819d72b592b645 (plain) (tree)
1
2
3
4
5
6
7
8







               








                                                                                  
                        
language: scala

#jdk:
#  - oraclejdk8

scala:
  - 2.11.8

cache:
  directories:
    - $HOME/.ivy2/cache

before_cache:
  # Delete all ivydata files since ivy touches them on each build
  - find $HOME/.ivy2/cache -name "ivydata-*.properties" -print0 | xargs -n10 -0 rm
  - find $HOME/.ivy2/cache -name "*-SNAPSHOT*" -print0 | xargs -n10 -0 rm

script: "sbt clean test"