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 424e0a6 Fix travis build
424e0a6 is described below
commit 424e0a6df24d5930056cbfcc1937de156347ecd6
Author: Nikita Timofeev <[email protected]>
AuthorDate: Wed Oct 9 13:23:56 2019 +0300
Fix travis build
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 3b6a599..f1b8fef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,7 +34,7 @@ env:
- DB_PROFILE=sqlserver-docker
jdk:
- - openjdk7
+# - openjdk7 # disable for now as travis seems dropped support for it
- openjdk8
- openjdk11