Repository: archiva-redback-core Updated Branches: refs/heads/master fe76316f2 -> 070bc64fb
add travis file Project: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/commit/8de53f51 Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/8de53f51 Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/8de53f51 Branch: refs/heads/master Commit: 8de53f5165ac92fca500e18684d3b90635b7a98b Parents: fe76316 Author: Olivier Lamy <[email protected]> Authored: Fri Sep 25 15:26:43 2015 +1000 Committer: Olivier Lamy <[email protected]> Committed: Fri Sep 25 15:26:43 2015 +1000 ---------------------------------------------------------------------- .travis.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/8de53f51/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2d9e188 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +language: java +jdk: + - openjdk7 + - oraclejdk7 + - oraclejdk8 + +script: "mvn clean install" + +cache: + directories: + - $HOME/.m2 +branches: + except: + - gh-pages +notifications: + email: + - [email protected]
