You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2019/06/05 18:57:51 UTC

svn commit: r1860677 - /creadur/whisker/trunk/.travis.yml

Author: pottlinger
Date: Wed Jun  5 18:57:51 2019
New Revision: 1860677

URL: http://svn.apache.org/viewvc?rev=1860677&view=rev
Log:
Use OpenJDK instead of OracleJDK

Modified:
    creadur/whisker/trunk/.travis.yml

Modified: creadur/whisker/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/.travis.yml?rev=1860677&r1=1860676&r2=1860677&view=diff
==============================================================================
--- creadur/whisker/trunk/.travis.yml (original)
+++ creadur/whisker/trunk/.travis.yml Wed Jun  5 18:57:51 2019
@@ -1,6 +1,6 @@
 language: java
 jdk:
-  - oraclejdk8
+  - openjdk8
 #before_script:
 #  - pip install --user codecov