You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/10/01 13:48:34 UTC

[lang] .travis.yml: trusty is now the default distribution, so remove it from explicit configuration

Repository: commons-lang
Updated Branches:
  refs/heads/master d65b9d2be -> f3df2590d


.travis.yml: trusty is now the default distribution, so remove it from explicit configuration


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/f3df2590
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/f3df2590
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/f3df2590

Branch: refs/heads/master
Commit: f3df2590dfa631f21298f7d0c3d1fb42ca3a48b7
Parents: d65b9d2
Author: pascalschumacher <pa...@gmx.net>
Authored: Sun Oct 1 15:47:59 2017 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Sun Oct 1 15:47:59 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/f3df2590/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index eea1fdc..860ae28 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,8 +15,6 @@
 
 language: java
 sudo: false
-# trusty is required for oraclejdk9
-dist: trusty
 
 jdk:
   - openjdk7