diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ae4ad97 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +language: java +jdk: + - openjdk7 + - oraclejdk8 +# We don't need an install before +# we run the unit and integration tests. +install: true +script: "mvn --show-version --errors --batch-mode clean verify" +cache: + directories: + - $HOME/.m2 +branches: + except: + - gh-pages +notifications: + email: + - dev@tchemit.fr