Repository: activemq-artemis Updated Branches: refs/heads/master ed90a7000 -> 9f215d035
ARTEMIS-1684 enable Travis CI Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/32376ae4 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/32376ae4 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/32376ae4 Branch: refs/heads/master Commit: 32376ae4ca87683ed9bde334e56de78fae3f35dd Parents: ed90a70 Author: Justin Bertram <[email protected]> Authored: Thu Feb 15 08:53:39 2018 -0600 Committer: Justin Bertram <[email protected]> Committed: Fri Feb 16 08:29:39 2018 -0600 ---------------------------------------------------------------------- .travis.yml | 6 ++++++ pom.xml | 1 + 2 files changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/32376ae4/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8c73b73 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +sudo: false +language: java +script: mvn -Pfast-tests -Pextra-tests -B install +cache: + directories: + - $HOME/.m2 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/32376ae4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0bec209..4250e73 100644 --- a/pom.xml +++ b/pom.xml @@ -1593,6 +1593,7 @@ <reportFile>${activemq.basedir}/ratReport.txt</reportFile> <skip>${skipLicenseCheck}</skip> <excludes> + <exclude>.travis.yml</exclude> <exclude>**/footer.html</exclude> <exclude>**/*.txt</exclude> <exclude>**/*.md</exclude>
