Author: pmouawad
Date: Wed Oct 25 13:17:26 2017
New Revision: 1813285

URL: http://svn.apache.org/viewvc?rev=1813285&view=rev
Log:
Fix YAML

Modified:
    jmeter/trunk/.travis.yml

Modified: jmeter/trunk/.travis.yml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/.travis.yml?rev=1813285&r1=1813284&r2=1813285&view=diff
==============================================================================
--- jmeter/trunk/.travis.yml (original)
+++ jmeter/trunk/.travis.yml Wed Oct 25 13:17:26 2017
@@ -25,6 +25,6 @@ matrix:
     - jdk: oraclejdk9
       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
-      
+
 after_success:
-       - bash <(curl -s https://codecov.io/bash)
\ No newline at end of file
+    - bash <(curl -s https://codecov.io/bash)


Reply via email to