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 2017/10/02 13:25:17 UTC

[3/3] cayenne git commit: Java 9 support (compile and runtime) - enable travis build on oracle JDK 9

Java 9 support (compile and runtime)
 - enable travis build on oracle JDK 9


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

Branch: refs/heads/master
Commit: 59b12b3942cee7a1547ef7f394df186ad8a7f262
Parents: 253887b
Author: Nikita Timofeev <st...@gmail.com>
Authored: Mon Oct 2 16:22:08 2017 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Mon Oct 2 16:22:08 2017 +0300

----------------------------------------------------------------------
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/59b12b39/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 2f67e1f..78f3ffc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,6 +33,7 @@ env:
 
 jdk:
   - oraclejdk8
+  - oraclejdk9
 
 script:
   - mvn verify -q -DcayenneTestConnection=$DB_PROFILE -DcayenneLogLevel=ERROR