This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new b981583 Fix travis build
b981583 is described below
commit b981583f42e96bf66568ff1f99a24e6375aea2e6
Author: Nikita Timofeev <[email protected]>
AuthorDate: Tue Oct 8 11:27:10 2019 +0300
Fix travis build
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 1ba6992..6b4c8f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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