You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by rm...@apache.org on 2019/09/23 17:28:21 UTC

[johnzon] branch master updated: JOHNZON-279 updating travis now oracle jdk is not more there

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d99eb3f  JOHNZON-279 updating travis now oracle jdk is not more there
d99eb3f is described below

commit d99eb3f41276644d7f178ffb76f22eacf99fe93a
Author: Romain Manni-Bucau <rm...@apache.org>
AuthorDate: Mon Sep 23 19:27:59 2019 +0200

    JOHNZON-279 updating travis now oracle jdk is not more there
---
 .travis.yml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e0b4fe6..eae0453 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,10 @@ language: java
 sudo: false
 
 jdk:
-  - oraclejdk8 
-before_install: mvn clean install -DskipTests=true
-after_success:
-  - mvn clean cobertura:cobertura coveralls:report
+  - openjdk8
+  - openjdk11
+
+env:
+  global:
+    - MAVEN_OPTS="-Dmaven.artifact.threads=128"
+