You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2017/10/07 19:57:35 UTC

juddi git commit: travis builder

Repository: juddi
Updated Branches:
  refs/heads/master ac80e0974 -> 2edea66ad


travis builder


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

Branch: refs/heads/master
Commit: 2edea66ad71e994d3824f324563fc58f43a37b8f
Parents: ac80e09
Author: Alex O'Ree <al...@apache.org>
Authored: Sat Oct 7 15:57:32 2017 -0400
Committer: Alex O'Ree <al...@apache.org>
Committed: Sat Oct 7 15:57:32 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/juddi/blob/2edea66a/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..71fa473
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+language: java
+jdk: 
+ - openjdk7
+ - oraclejdk8
+
+before_script:
+  - echo "MAVEN_OPTS='-Xmx2g -XX:MaxPermSize=512m'" > ~/.mavenrc
+install:
+  - 
+#build
+script:
+  - mvn install -Pdist
+  


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org