You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2018/06/03 13:37:28 UTC

svn commit: r1832767 - /jmeter/trunk/.travis.yml

Author: pmouawad
Date: Sun Jun  3 13:37:28 2018
New Revision: 1832767

URL: http://svn.apache.org/viewvc?rev=1832767&view=rev
Log:
Try building/testing with JDK11 as fix for https://bugs.openjdk.java.net/browse/JDK-8193802 is only in 10.0.2 and oraclejdk10 references 10.0.1

Modified:
    jmeter/trunk/.travis.yml

Modified: jmeter/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/jmeter/trunk/.travis.yml?rev=1832767&r1=1832766&r2=1832767&view=diff
==============================================================================
--- jmeter/trunk/.travis.yml (original)
+++ jmeter/trunk/.travis.yml Sun Jun  3 13:37:28 2018
@@ -26,10 +26,10 @@ matrix:
           - jdk_switcher use oraclejdk9
           - ant -Ddisable-svnCheck=true -Djava.awt.headless=true -Drmi_force_localhost=true -Dskip.bug52310=true coverage-travis
       sudo: true # otherwise TEST_HTTPS.jmx -> analytics.usa.gov does not work
-# No building with jdk9 as it has a bug and will not compile JMeter
+# No building with JDK9 nor JDK10 as it has a bug and will not compile JMeter
 # see https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8193802
 #
-    - jdk: oraclejdk10
+    - jdk: oraclejdk11
       script: ant -Djava.awt.headless=true -Drmi_force_localhost=true -Dskip.bug52310=true test
       sudo: true # otherwise TEST_HTTPS.jmx -> analytics.usa.gov does not work