2015-01-27 17:28:40 +08:00
|
|
|
# use Docker-based container (instead of OpenVZ)
|
|
|
|
sudo: false
|
|
|
|
|
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- $HOME/.ivy2/cache
|
2018-07-01 01:21:49 +08:00
|
|
|
- $HOME/.sbt/boot
|
2015-01-27 17:28:40 +08:00
|
|
|
|
2014-02-11 04:54:44 +08:00
|
|
|
language: scala
|
2015-01-27 17:28:40 +08:00
|
|
|
|
2015-01-27 17:49:35 +08:00
|
|
|
jdk:
|
2015-02-25 04:20:12 +08:00
|
|
|
- oraclejdk8
|
2015-01-27 17:49:35 +08:00
|
|
|
|
2015-01-27 17:28:40 +08:00
|
|
|
script:
|
2015-03-07 09:27:35 +08:00
|
|
|
- sbt ++$TRAVIS_SCALA_VERSION test doc
|
2015-01-27 17:28:40 +08:00
|
|
|
|
|
|
|
# Remove to avoid unnecessary cache updates
|
|
|
|
- find $HOME/.sbt -name "*.lock" -delete
|
|
|
|
- find $HOME/.ivy2 -name "ivydata-*.properties" -delete
|