You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/10/09 02:46:45 UTC

[commons-jexl] branch master updated: From Travis-CI: "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."

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-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new 44166cf  From Travis-CI: "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."
44166cf is described below

commit 44166cfa1c08574298b0d5021db52d11acc52eff
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Oct 8 22:46:41 2019 -0400

    From Travis-CI: "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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index d5cdff3..0474cd8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@
 language: java
 sudo: false
 
-dist: precise
+dist: xenial
 
 jdk:
   - openjdk6