From f862707e7a3e2ebc1866ccb2bd7d45e2d4ea52de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Szyma=C5=84ski?= Date: Wed, 13 Sep 2017 22:59:52 +0200 Subject: [PATCH] Step back to ubuntu precise. (#253) Recently Travis CI introduced ubuntu:trusty as a default environment. Unfortunately, it has 2 issues which affects this repository: 1) oraclejdk7 is no longer supported due to Oracle's withdrawal. See details: https://github.com/travis-ci/travis-ci/issues/7884 and example failing build: https://travis-ci.org/DiUS/java-faker/jobs/273565200) 2) openjdk7 is supported on trusty, however there is a problem with shading snakeyaml library caused by lack of SunEC provider. See details: https://github.com/docker-library/openjdk/issues/117 and example failing build https://travis-ci.org/DiUS/java-faker/jobs/273565202 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6efe5eaa..a0bd71ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: java +dist: precise jdk: - oraclejdk7 - oraclejdk8