mirror of https://github.com/sbt/sbt.git
Use precise machines for Travis CI
PR validation to 0.13 branch is failing because Travis now defaults to Trusty, which does not seem to support openjdk6. Ref travis-ci/travis-ci#8199
This commit is contained in:
parent
96ddc33a3e
commit
dce514bda5
|
|
@ -1,6 +1,9 @@
|
|||
# Use Docker-based container (instead of OpenVZ)
|
||||
sudo: false
|
||||
|
||||
# https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming
|
||||
# Travis now defaults to Trusty, which is missing openjdk6.
|
||||
dist: precise
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.ivy2/cache
|
||||
|
|
|
|||
Loading…
Reference in New Issue