You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/04/06 13:30:37 UTC

[maven-surefire] 02/04: Use java 8 (cherry picked from commit 2eadd9e)

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

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 60169606c4a961b89c2823043701b95cfddad575
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Tue Mar 26 15:22:08 2019 +0100

    Use java 8
    (cherry picked from commit 2eadd9e)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index dcd0f29..d2e6bb2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ cache:
 jobs:
   include:
   - stage: test
-    jdk: openjdk11
+    jdk: openjdk8
     script: mvn clean install -Prun-its
 
 branches: