commit | ec4e55961891f84a7d11dee0728f3a929678ba19 | [log] [tgz] |
---|---|---|
author | Olivier Lamy <olamy@apache.org> | Sat Sep 26 12:08:28 2015 +0000 |
committer | Olivier Lamy <olamy@apache.org> | Sat Sep 26 12:08:28 2015 +0000 |
tree | 748611eb0e143bcac373af9c51393cf38e3456e9 | |
parent | 2b1b3bc81292d6f986ef42f8d3727e4005f27bd7 [diff] |
add travis file git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1705431 13f79535-47bb-0310-9956-ffa450edef68
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: + - olamy@apache.org