From 6ab3fb3ecaa737d211a8c04c88ac9f28b04b1b15 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Wed, 7 Jan 2015 07:13:05 +0100 Subject: [PATCH] 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/ --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 027cc937..65af46df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +sudo: false + language: java jdk: oraclejdk8