You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by to...@apache.org on 2020/04/03 15:11:09 UTC

[buildr] branch master updated: CI: Pick OpenJDK8, which exists

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5b285d3  CI: Pick OpenJDK8, which exists
     new 122b4ac  Merge pull request #48 from olleolleolle/travis-settings
5b285d3 is described below

commit 5b285d33d8c77c32dc2a702fc18ef6d1586c4845
Author: Olle Jonsson <ol...@gmail.com>
AuthorDate: Fri Apr 3 16:56:19 2020 +0200

    CI: Pick OpenJDK8, which exists
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 66ba408..ac80650 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 language: ruby
 jdk:
-  - oraclejdk8
+  - openjdk8
 rvm:
   - 2.3.1
   - jruby-1.7.27