You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by kd...@apache.org on 2019/08/09 15:16:58 UTC

[nifi-registry] 01/01: Switch Travis to use OpenJDK instead of Oracle

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

kdoran pushed a commit to branch switch-travis-to-openjdk8
in repository https://gitbox.apache.org/repos/asf/nifi-registry.git

commit 9535c4a7bf1eb9cf1c1e9386d1e293cb16888db3
Author: Kevin Doran <kd...@apache.org>
AuthorDate: Fri Aug 9 11:16:53 2019 -0400

    Switch Travis to use OpenJDK instead of Oracle
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index ab00146..75af663 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ env:
 os: linux
 
 jdk:
-    - oraclejdk8
+    - openjdk8
 
 # Caches mvn repository in order to speed up builds
 cache: