trying to enable travis ci for building marmotta
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/059cea52 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/059cea52 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/059cea52 Branch: refs/heads/develop Commit: 059cea52936f31bbac3b49fe4d1a85eaf196c01c Parents: 40bb19c Author: Sergio Fernández <[email protected]> Authored: Tue Jul 26 13:21:54 2016 +0200 Committer: Sergio Fernández <[email protected]> Committed: Tue Jul 26 13:21:54 2016 +0200 ---------------------------------------------------------------------- .travis.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/059cea52/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..78c6aec --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: java + +sudo: false + +branches: + only: + - master + - develop + +jdk: +- openjdk7 +- openjdk8 + +script: mvn clean install +
