Merge pull request #3470 from eed3si9n/wip/use_precise

[0.13] Use precise machines for Travis CI
This commit is contained in:
Dale Wijnand 2017-08-24 07:15:45 +01:00 committed by GitHub
commit c77b7af5b8
1 changed files with 4 additions and 1 deletions

View File

@ -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