You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2018/06/30 14:31:17 UTC

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

Author: fschumacher
Date: Sat Jun 30 14:31:17 2018
New Revision: 1834744

URL: http://svn.apache.org/viewvc?rev=1834744&view=rev
Log:
Update travis build to use ant 1.10.4

Modified:
    jmeter/trunk/.travis.yml

Modified: jmeter/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/jmeter/trunk/.travis.yml?rev=1834744&r1=1834743&r2=1834744&view=diff
==============================================================================
--- jmeter/trunk/.travis.yml (original)
+++ jmeter/trunk/.travis.yml Sat Jun 30 14:31:17 2018
@@ -10,9 +10,9 @@ before_script:
   - test "x$RUN_CHECKSTYLE" != 'xtrue' || ant -Djava.awt.headless=true download_checkstyle
 
 before_install:
-    - wget --no-check-certificate https://www.apache.org/dist/ant/binaries/apache-ant-1.10.3-bin.tar.gz
-    - tar -xzvf apache-ant-1.10.3-bin.tar.gz
-    - export PATH="$(pwd)/apache-ant-1.10.3/bin:$PATH"
+    - wget --no-check-certificate https://www.apache.org/dist/ant/binaries/apache-ant-1.10.4-bin.tar.gz
+    - tar -xzvf apache-ant-1.10.4-bin.tar.gz
+    - export PATH="$(pwd)/apache-ant-1.10.4/bin:$PATH"
     - echo $(ant -version)
 
 # skip default "install" command