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 2019/09/14 21:15:17 UTC

[jmeter] branch master updated: Testing openjdk 14 ea is useless now

This is an automated email from the ASF dual-hosted git repository.

pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 00616e8  Testing openjdk 14 ea is useless now
00616e8 is described below

commit 00616e80ce57ffc5c36b31dd372258e98eb64cc0
Author: Philippe M <pm...@users.noreply.github.com>
AuthorDate: Sat Sep 14 23:15:12 2019 +0200

    Testing openjdk 14 ea is useless now
    
    Switching to openjdk12
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 012bf08..aacf847 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,9 +30,9 @@ matrix:
       jdk: openjdk11
       script:
         - ./gradlew $SKIP_DIST_TASKS -PskipCheckstyle build createDist
-    - name: Tests with OpenJDK EA
-      jdk: openjdk-ea
+    - name: Tests with OpenJDK 12
+      jdk: openjdk12
       script:
         - ./gradlew $SKIP_DIST_TASKS -PskipCheckstyle build createDist
   allow_failures:
-    - jdk: openjdk-ea
+    - jdk: openjdk12