From 3b4395a16e726664d9e2b7cbebe92aa23c20ed86 Mon Sep 17 00:00:00 2001 From: Jonathan Wei Date: Tue, 12 Dec 2017 17:14:44 -0800 Subject: [PATCH] Use deprecated-2017Q4 group for Travis (#5155) * Use deprecated-2017Q4 group for Travis * Add comment --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6c5454171bf..4fb64a7bf9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,11 @@ language: java +# On 12-12-2017, Travis updated their trusty image, which caused integration tests to fail. +# The group: config instructs Travis to use the previous trusty image. +# Please see https://github.com/druid-io/druid/pull/5155 for more information. +sudo: required dist: trusty +group: deprecated-2017Q4 jdk: - oraclejdk8