Use deprecated-2017Q4 group for Travis (#5155)

* Use deprecated-2017Q4 group for Travis

* Add comment
This commit is contained in:
Jonathan Wei 2017-12-12 17:14:44 -08:00 committed by GitHub
parent 677e24b760
commit 3b4395a16e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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