From 0a0aa39c41f2c8596dba06139d002a20ebf21ab6 Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Fri, 11 Dec 2015 14:43:31 +0800 Subject: [PATCH] Updates to use the more powerful and newer trusty slave --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9056aad58..0bc7336d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: java -sudo: true +# To use the more powerful, GCE-powered trusty, which also has a newer JDK! +# See https://docs.travis-ci.com/user/trusty-ci-environment/ +sudo: required +dist: trusty services: - docker before_install: