mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
Switch to Travis' docker infrastructure.
This commit is contained in:
parent
22890b6e9f
commit
a8e2343086
21
.travis.yml
21
.travis.yml
@ -1 +1,22 @@
|
||||
# use Docker-based container (instead of OpenVZ)
|
||||
sudo: false
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.ivy2/cache
|
||||
# Cache the sbt launcher, currently the Travis VM preinstalls 0.13.5
|
||||
- $HOME/.sbt/launchers/0.13.7
|
||||
# Cache scala, currently the Travis VM preinstalls 2.11.2 & 2.10.4
|
||||
#- $HOME/.sbt/boot/scala-$TRAVIS_SCALA_VERSION
|
||||
|
||||
# Updates regarding Travis VM preinstalls:
|
||||
# https://github.com/travis-ci/travis-cookbooks/blob/master/changes.md
|
||||
|
||||
language: scala
|
||||
|
||||
script:
|
||||
- sbt ++$TRAVIS_SCALA_VERSION test
|
||||
|
||||
# Remove to avoid unnecessary cache updates
|
||||
- find $HOME/.sbt -name "*.lock" -delete
|
||||
- find $HOME/.ivy2 -name "ivydata-*.properties" -delete
|
||||
|
Loading…
Reference in New Issue
Block a user