Author: fschumacher
Date: Thu Mar  3 17:11:45 2016
New Revision: 1733497

URL: http://svn.apache.org/viewvc?rev=1733497&view=rev
Log:
checkstyle needs download_checkstyle. Plus add clean.

Modified:
    jmeter/trunk/.travis.yml

Modified: jmeter/trunk/.travis.yml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/.travis.yml?rev=1733497&r1=1733496&r2=1733497&view=diff
==============================================================================
--- jmeter/trunk/.travis.yml (original)
+++ jmeter/trunk/.travis.yml Thu Mar  3 17:11:45 2016
@@ -1,5 +1,5 @@
 language: java
-install: ant download_jars install
+install: ant clean download_checkstyle download_jars install
 script: ant -Djava.awt.headless=true checkstyle test
 jdk:
   - oraclejdk7


Reply via email to