Author: pmouawad
Date: Wed Sep 19 20:47:51 2018
New Revision: 1841387

URL: http://svn.apache.org/viewvc?rev=1841387&view=rev
Log:
Test coverage with JDK11

Modified:
    jmeter/trunk/.travis.yml

Modified: jmeter/trunk/.travis.yml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/.travis.yml?rev=1841387&r1=1841386&r2=1841387&view=diff
==============================================================================
--- jmeter/trunk/.travis.yml (original)
+++ jmeter/trunk/.travis.yml Wed Sep 19 20:47:51 2018
@@ -27,7 +27,7 @@ matrix:
       sudo: true # otherwise TEST_HTTPS.jmx -> analytics.usa.gov does not work
     - jdk: oraclejdk11
       script: 
-          - ant -Ddisable-svnCheck=true -Djava.awt.headless=true 
-Drmi_force_localhost=true -Dskip.bug52310=true test
+          - 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


Reply via email to