You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by am...@apache.org on 2016/03/30 11:56:56 UTC

cayenne git commit: Set up a matrix of build environments for travis

Repository: cayenne
Updated Branches:
  refs/heads/master 23069cd4d -> 2a953f7f7


Set up a matrix of build environments for travis


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

Branch: refs/heads/master
Commit: 2a953f7f7dd798deb674dca3149df9842f3ff84f
Parents: 23069cd
Author: Aristedes Maniatis <ar...@ish.com.au>
Authored: Wed Mar 30 20:56:39 2016 +1100
Committer: Aristedes Maniatis <ar...@ish.com.au>
Committed: Wed Mar 30 20:56:39 2016 +1100

----------------------------------------------------------------------
 .travis.yml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/2a953f7f/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index f5c99a7..89d2b8a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1 +1,10 @@
-language: java
\ No newline at end of file
+language: java
+
+env:
+  - cayenneTestConnection=hsql
+  - cayenneTestConnection=h2
+  - cayenneTestConnection=derby
+
+jdk:
+  - oraclejdk8
+  - oraclejdk7
\ No newline at end of file