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 15:04:35 UTC

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

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

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


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

commit 452c69a2a6e3cd26bc3b8a00e78ff5e81b2a74b1
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Tue Oct 8 18:04:29 2019 +0300

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

diff --git a/.travis.yml b/.travis.yml
index fd29436..3b6a599 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@
 # How to fix: Change build setting or fix code.
 # https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments
 sudo: required
-group: deprecated-2017Q2 # needed for jdk 7
+#group: precise # needed for jdk 7
 
 services:
   - docker
@@ -34,8 +34,8 @@ env:
   - DB_PROFILE=sqlserver-docker
 
 jdk:
-  - oraclejdk7
-  - oraclejdk8
+  - openjdk7
+  - openjdk8
   - openjdk11
 
 script: