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/07/26 15:53:04 UTC

[maven-surefire] branch master updated: travis ci (jdk: openjdk8)

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


The following commit(s) were added to refs/heads/master by this push:
     new 4a03a97  travis ci (jdk: openjdk8)
4a03a97 is described below

commit 4a03a97f15903e6e7b85bed0c3f458eb51e211c1
Author: tibordigana <ti...@apache.org>
AuthorDate: Fri Jul 26 17:52:54 2019 +0200

    travis ci (jdk: openjdk8)
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index b65950d..072c60a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,7 @@ cache:
   - "$HOME/.m2"
 
 install: true
+jdk: openjdk8
 script: mvn clean package -nsu -DskipITs
 
 branches: