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/25 13:06:53 UTC

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

Author: pmouawad
Date: Wed Oct 25 13:06:53 2017
New Revision: 1813278

URL: http://svn.apache.org/viewvc?rev=1813278&view=rev
Log:
Add codecov

Modified:
    jmeter/trunk/.travis.yml

Modified: jmeter/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/jmeter/trunk/.travis.yml?rev=1813278&r1=1813277&r2=1813278&view=diff
==============================================================================
--- jmeter/trunk/.travis.yml (original)
+++ jmeter/trunk/.travis.yml Wed Oct 25 13:06:53 2017
@@ -24,4 +24,7 @@ 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
+      
+after_success:
+	- bash <(curl -s https://codecov.io/bash)
\ No newline at end of file