Repository: cayenne
Updated Branches:
  refs/heads/STABLE-4.0 17c501887 -> cbeb58ab5


Fix travis build


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

Branch: refs/heads/STABLE-4.0
Commit: cbeb58ab56d9e9f7c2afe5072cd1fadd92377601
Parents: 17c5018
Author: Nikita Timofeev <stari...@gmail.com>
Authored: Fri Nov 23 17:54:03 2018 +0300
Committer: Nikita Timofeev <stari...@gmail.com>
Committed: Fri Nov 23 17:54:03 2018 +0300

----------------------------------------------------------------------
 .travis.yml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/cbeb58ab/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index db4f799..8a60216 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,13 +36,8 @@ env:
 jdk:
   - oraclejdk7
   - oraclejdk8
-  - oraclejdk10
   - oraclejdk11
 
-matrix:
-  allow_failures:
-    - jdk: oraclejdk11
-
 script:
   - travis_wait 30 mvn verify -q -DcayenneTestConnection=$DB_PROFILE 
-DcayenneLogLevel=ERROR
 

Reply via email to