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 2017/10/23 10:01:46 UTC

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

Author: pmouawad
Date: Mon Oct 23 10:01:46 2017
New Revision: 1812990

URL: http://svn.apache.org/viewvc?rev=1812990&view=rev
Log:
Try to fix travis ci failure with Java 9
Add -v option

Modified:
    jmeter/trunk/.travis.yml

Modified: jmeter/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/jmeter/trunk/.travis.yml?rev=1812990&r1=1812989&r2=1812990&view=diff
==============================================================================
--- jmeter/trunk/.travis.yml (original)
+++ jmeter/trunk/.travis.yml Mon Oct 23 10:01:46 2017
@@ -17,5 +17,5 @@ matrix:
 #      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
     - jdk: oraclejdk9
-      script: ant -Djava.awt.headless=true -Drmi_force_localhost=true -Dskip.bug52310=true test
+      script: ant -v -Djava.awt.headless=true -Drmi_force_localhost=true -Dskip.bug52310=true test
       sudo: true # otherwise TEST_HTTPS.jmx -> analytics.usa.gov does not work
\ No newline at end of file