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 <[email protected]> Authored: Sat Oct 7 15:57:32 2017 -0400 Committer: Alex O'Ree <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
