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

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


The following commit(s) were added to refs/heads/master by this push:
     new a951a8e  NIFI-6329 trust update did not help and oraclejdk is not 
working on xenial - removing it
a951a8e is described below

commit a951a8ec610c128f5b0d6ade033ebdc7ccd94b11
Author: Joe Witt <joew...@apache.org>
AuthorDate: Thu May 30 13:04:42 2019 -0400

    NIFI-6329 trust update did not help and oraclejdk is not working on xenial 
- removing it
    
    This closes #3505.
    
    Signed-off-by: Andy LoPresto <alopre...@apache.org>
---
 .travis.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 615037d..f212adb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,8 +15,6 @@
 
 language: java
 
-dist: trusty
-
 env:
   - USER_LANGUAGE=en USER_REGION=US'
   - USER_LANGUAGE=fr USER_REGION=FR'
@@ -26,7 +24,6 @@ os:
   - linux
 
 jdk:
-  - oraclejdk8
   - openjdk8
 
 # Caches mvn repository in order to speed upbuilds
@@ -58,4 +55,4 @@ script:
   # Note: The reason the sed is done as part of script is to ensure the pom 
hack 
   # won't affect the 'clean install' above
   - bash .travis.sh
-  - mvn -T 2 clean install 
-Pcontrib-check,include-grpc,include-atlas,include-hive3 -Ddir-only | grep -v 
-F -f .travis-output-filters && exit ${PIPESTATUS[0]}
+  - mvn -T 1C clean install 
-Pcontrib-check,include-grpc,include-atlas,include-hive3 -Ddir-only | grep -v 
-F -f .travis-output-filters && exit ${PIPESTATUS[0]}

Reply via email to