This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
     new ceb8289  Add OpenJDK 12 to Travis builds. From Travis: This job ran on 
our Precise environment, which is in the process of being decommissioned. 
Please update to a newer Ubuntu version by specifying dist: xenial in your 
.travis.yml.
ceb8289 is described below

commit ceb8289af5bf1de1954cc068a7292ef3f8d3cd17
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 16 08:51:33 2019 -0400

    Add OpenJDK 12 to Travis builds.
    From Travis: This job ran on our Precise environment, which is in the
    process of being decommissioned. Please update to a newer Ubuntu version
    by specifying dist: xenial in your .travis.yml.
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 87f06a9..6e76aa7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,13 +16,12 @@
 language: java
 sudo: false
 
-dist: precise
-
 jdk:
   - oraclejdk8
   - oraclejdk11
   - openjdk8
   - openjdk11
+  - openjdk12
   - openjdk-ea
 
 after_success:

Reply via email to