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 2016/11/24 20:02:49 UTC

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

Author: fschumacher
Date: Thu Nov 24 20:02:49 2016
New Revision: 1771213

URL: http://svn.apache.org/viewvc?rev=1771213&view=rev
Log:
Drop java 7 from travis, too.

Bugzilla Id: 60415

Modified:
    jmeter/trunk/.travis.yml

Modified: jmeter/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/jmeter/trunk/.travis.yml?rev=1771213&r1=1771212&r2=1771213&view=diff
==============================================================================
--- jmeter/trunk/.travis.yml (original)
+++ jmeter/trunk/.travis.yml Thu Nov 24 20:02:49 2016
@@ -16,6 +16,3 @@ matrix:
     - jdk: oraclejdk8
       script: ant -Djava.awt.headless=true -Drmi_force_localhost=true -Dskip.bug52310=true -Dskip.test_https=true test
       sudo: true # otherwise TEST_HTTPS.jmx -> sni.velox.ch does not work
-    - jdk: oraclejdk7
-      script: ant -Djava.awt.headless=true -Drmi_force_localhost=true -Dskip.bug52310=true -Dskip.test_https=true test
-      sudo: true # otherwise TEST_HTTPS.jmx -> sni.velox.ch does not work