Author: fschumacher
Date: Sun Jul 1 08:40:58 2018
New Revision: 1834778
URL: http://svn.apache.org/viewvc?rev=1834778&view=rev
Log:
Use matrix-build for travis-ci to switch between JDK 8 and 11
Modified:
jmeter/trunk/.travis.yml
Modified: jmeter/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/jmeter/trunk/.travis.yml?rev=1834778&r1=1834777&r2=1834778&view=diff
==============================================================================
--- jmeter/trunk/.travis.yml (original)
+++ jmeter/trunk/.travis.yml Sun Jul 1 08:40:58 2018
@@ -25,7 +25,9 @@ matrix:
- jdk: oraclejdk8
script:
- ant -Ddisable-svnCheck=true -Djava.awt.headless=true -Drmi_force_localhost=true
-Dskip.bug52310=true coverage-travis
- - jdk_switcher use oraclejdk11
+ sudo: true # otherwise TEST_HTTPS.jmx -> analytics.usa.gov does not work
+ - jdk: oraclejdk11
+ script:
- ant -Ddisable-svnCheck=true -Djava.awt.headless=true -Drmi_force_localhost=true
-Dskip.bug52310=true coverage-travis
sudo: true # otherwise TEST_HTTPS.jmx -> analytics.usa.gov does not work
# disable building with jdk9 as it has a bug and will not compile JMeter
|