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

cayenne git commit: enabling itests

Repository: cayenne
Updated Branches:
  refs/heads/master 4c25d8320 -> ef3c93889


enabling itests


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

Branch: refs/heads/master
Commit: ef3c93889acf2fea32036d030e614094eb0f5d53
Parents: 4c25d83
Author: Andrus Adamchik <an...@objectstyle.com>
Authored: Wed Mar 30 13:19:54 2016 +0300
Committer: Andrus Adamchik <an...@objectstyle.com>
Committed: Wed Mar 30 13:19:54 2016 +0300

----------------------------------------------------------------------
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/ef3c9388/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 89d2b8a..a5814f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,4 +7,7 @@ env:
 
 jdk:
   - oraclejdk8
-  - oraclejdk7
\ No newline at end of file
+  - oraclejdk7
+
+script:
+  - mvn verify
\ No newline at end of file