Author: fschumacher
Date: Wed Mar  2 06:10:02 2016
New Revision: 1733217

URL: http://svn.apache.org/viewvc?rev=1733217&view=rev
Log:
Remove openjdk7, since the tested workarounds need more workarounds
and the integration tests still fail. Both orcaclejdk7 and oraclejdk8
will be tested, though.

Modified:
    jmeter/trunk/.travis.yml

Modified: jmeter/trunk/.travis.yml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/.travis.yml?rev=1733217&r1=1733216&r2=1733217&view=diff
==============================================================================
--- jmeter/trunk/.travis.yml (original)
+++ jmeter/trunk/.travis.yml Wed Mar  2 06:10:02 2016
@@ -1,10 +1,6 @@
 language: java
-install: ant download_jars install; cat /etc/hosts
-before_script: echo "127.0.0.1 "`hostname` | sudo tee /etc/hosts
+install: ant download_jars install
 script: ant -Djava.awt.headless=true test
 jdk:
-  - openjdk7
   - oraclejdk7
   - oraclejdk8
-addons:
-  hostname: short-hostname


Reply via email to