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

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


The following commit(s) were added to refs/heads/master by this push:
     new c8f763f  [MRESOLVER-69] Update Travis CI configuration to test with 
Java 7, 8, 11 and 12
c8f763f is described below

commit c8f763f2a5f34143157dd285f3c9da0d82475b2c
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Mar 4 22:04:06 2019 +0100

    [MRESOLVER-69] Update Travis CI configuration to test with Java 7, 8, 11 
and 12
    
    This closes #28
---
 .travis.yml | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 0a58cab..a5f7ce6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,5 @@
 language: java
 
-sudo: false
-dist: trusty
-
 matrix:
   include:
     - os: linux
@@ -10,15 +7,16 @@ matrix:
     - os: linux
       jdk: openjdk8
     - os: linux
-      jdk: openjdk10
+      jdk: openjdk11
+    - os: linux
+      jdk: openjdk12
 
 before_install:
 # https://github.com/travis-ci/travis-ci/issues/8408
   - unset _JAVA_OPTIONS
 
-install: mvn clean dependency:go-offline -V
-
 before_script: true
+install: true
 
 script:
   - mvn verify

Reply via email to