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





               
           
 








                                                                                  
                        
language: scala

#jdk:
#  - oraclejdk8

scala:
  - 2.11.11

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"