You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2019/10/08 08:40:08 UTC

[cayenne] branch STABLE-4.1 updated: Fix travis build

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

ntimofeev pushed a commit to branch STABLE-4.1
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/STABLE-4.1 by this push:
     new 46f5c92  Fix travis build
46f5c92 is described below

commit 46f5c923bccf7c4e54e034951fd413b736cfa848
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Tue Oct 8 11:40:01 2019 +0300

    Fix travis build
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3821e46..7ca9c6a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,7 +39,7 @@ env:
     - secure: "cysyR/fEtBHC26lYHGhfXYIPMaol1c1wP+r59idByE4iq71QiOffA4j1CQCAnN5Zo7QsNavz/GZoIxNif4SUcY7sW5M92a78VFVK3aYGTOBtN9jpqWDJoFc8jm5C75j3CoBe7dVFkxw3pCdMlZQ7HJj7L+GiyZ5USu6E2vD5X7A="
 
 jdk:
-  - oraclejdk8
+  - openjdk8
   - openjdk11
   - openjdk-ea
 
@@ -54,7 +54,7 @@ jobs:
   include:
   - stage: deploy
     script: mvn deploy -DskipTests --settings .travis-mvn-settings.xml
-    jdk: oraclejdk8
+    jdk: openjdk8
     if: type = push AND branch = master AND repo = apache/cayenne
 
 # prevent Travis from unneeded "mvn install" run