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:
parent
3f3f577fc4
commit
6ab3fb3eca
|
@ -1,3 +1,5 @@
|
|||
sudo: false
|
||||
|
||||
language: java
|
||||
jdk: oraclejdk8
|
||||
|
||||
|
|
Loading…
Reference in New Issue