From e87642a5b0d6e3f9321f6093d25bc4281200c4f3 Mon Sep 17 00:00:00 2001 From: Karl Heinz Marbaise Date: Mon, 7 Mar 2016 20:39:04 +0100 Subject: [PATCH] Added travis CI configuration. --- .travis.yml | 22 ++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 24 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..f369350d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,22 @@ +language: java +jdk: + - openjdk6 + - oraclejdk7 + - oraclejdk8 + +# No need for preliminary install step. +install: true +# +# Run all integration tests. +script: + - "mvn --show-version --errors --batch-mode clean verify" +# +cache: + directories: + - $HOME/.m2 +branches: + except: + - gh-pages +notifications: + email: + - khmarbaise@apache.org diff --git a/README.md b/README.md index 4c4caddc..e6b4ebb9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ Plexus-Utils ============ +[![Build Status](https://travis-ci.org/codehaus-plexus/plexus-utils.svg?branch=master)](https://travis-ci.org/codehaus-plexus/plexus-utils) + The current master is now at https://github.com/codehaus-plexus/plexus-utils