mirror of https://github.com/sbt/sbt.git
Merge pull request #3470 from eed3si9n/wip/use_precise
[0.13] Use precise machines for Travis CI
This commit is contained in:
commit
c77b7af5b8
|
|
@ -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