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 07:45:14 UTC

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

Author: pmouawad
Date: Mon Oct 23 07:45:14 2017
New Revision: 1812977

URL: http://svn.apache.org/viewvc?rev=1812977&view=rev
Log:
Try to fix wrong char

Modified:
    jmeter/trunk/.travis.yml

Modified: jmeter/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/jmeter/trunk/.travis.yml?rev=1812977&r1=1812976&r2=1812977&view=diff
==============================================================================
--- jmeter/trunk/.travis.yml (original)
+++ jmeter/trunk/.travis.yml Mon Oct 23 07:45:14 2017
@@ -18,4 +18,4 @@ matrix:
       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
-	  sudo: true # otherwise TEST_HTTPS.jmx -> analytics.usa.gov does not work
\ No newline at end of file
+      sudo: true # otherwise TEST_HTTPS.jmx -> analytics.usa.gov does not work
\ No newline at end of file