Enable Travis CI's new container-based infrastructure

This is being done in order to enable Travis's new caching functionality
and thus to speed up the build. See previous commit adding the `cache`
section to .travis.yml, and see also:

http://docs.travis-ci.com/user/workers/container-based-infrastructure/
This commit is contained in:
Chris Beams 2015-01-07 07:13:05 +01:00
parent 3f3f577fc4
commit 6ab3fb3eca
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
sudo: false
language: java
jdk: oraclejdk8