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 2018/10/19 14:07:06 UTC

cayenne git commit: Update travis config

Repository: cayenne
Updated Branches:
  refs/heads/master b1e92e596 -> 45d522869


Update travis config


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/45d52286
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/45d52286
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/45d52286

Branch: refs/heads/master
Commit: 45d5228695d5541e1a59017fa988d4c8bd00955f
Parents: b1e92e5
Author: Nikita Timofeev <st...@gmail.com>
Authored: Fri Oct 19 17:07:00 2018 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Fri Oct 19 17:07:00 2018 +0300

----------------------------------------------------------------------
 .travis.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/45d52286/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index b14f0c5..9926ce4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,13 +34,12 @@ env:
 
 jdk:
   - oraclejdk8
-  - oraclejdk9
-  - oraclejdk10
   - oraclejdk11
+  - openjdk-ea
 
 matrix:
   allow_failures:
-    - jdk: oraclejdk11
+    - jdk: openjdk-ea
 
 script:
   - travis_wait mvn verify -q $EXCLUDE_MODULES -DcayenneTestConnection=$DB_PROFILE -DcayenneLogLevel=ERROR