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/03/08 22:23:07 UTC

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

Author: pmouawad
Date: Thu Mar  8 22:23:07 2018
New Revision: 1826282

URL: http://svn.apache.org/viewvc?rev=1826282&view=rev
Log:
Try to test with JDK8 and 9

Modified:
    jmeter/trunk/.travis.yml

Modified: jmeter/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/jmeter/trunk/.travis.yml?rev=1826282&r1=1826281&r2=1826282&view=diff
==============================================================================
--- jmeter/trunk/.travis.yml (original)
+++ jmeter/trunk/.travis.yml Thu Mar  8 22:23:07 2018
@@ -24,7 +24,10 @@ matrix:
       env: RUN_CHECKSTYLE=true
       script: ant -Djava.awt.headless=true checkstyle
     - jdk: oraclejdk8
-      script: ant -Ddisable-svnCheck=true -Djava.awt.headless=true -Drmi_force_localhost=true -Dskip.bug52310=true coverage-travis
+      script: 
+          - ant -Ddisable-svnCheck=true -Djava.awt.headless=true -Drmi_force_localhost=true -Dskip.bug52310=true coverage-travis
+          - 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
 # disable building with jdk9 as it has a bug and will not compile JMeter
 # see https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8193802