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:57 UTC

[nifi-registry] branch switch-travis-to-openjdk8 created (now 9535c4a)

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

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


      at 9535c4a  Switch Travis to use OpenJDK instead of Oracle

This branch includes the following new commits:

     new 9535c4a  Switch Travis to use OpenJDK instead of Oracle

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by kd...@apache.org.
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: