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/08/05 08:56:42 UTC

svn commit: r1804179 - /commons/proper/jxpath/trunk/.travis.yml

Author: pascalschumacher
Date: Sat Aug  5 08:56:41 2017
New Revision: 1804179

URL: http://svn.apache.org/viewvc?rev=1804179&view=rev
Log:
.travis.yml: remove oraclejdk7 because it is no longer available on travis

Modified:
    commons/proper/jxpath/trunk/.travis.yml

Modified: commons/proper/jxpath/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/.travis.yml?rev=1804179&r1=1804178&r2=1804179&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/.travis.yml (original)
+++ commons/proper/jxpath/trunk/.travis.yml Sat Aug  5 08:56:41 2017
@@ -18,7 +18,6 @@ sudo: false
 
 jdk:
   - openjdk7
-  - oraclejdk7
   - oraclejdk8
 
 after_success: