diff --git a/README.md b/README.md index 9e71678..31fc790 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ Java Sample ================ Sample Java app using Maven. + +This sample is built for Shippable, a docker based continuous integration and deployment platform. diff --git a/shippable.yml b/shippable.yml index fdd6964..450c81c 100644 --- a/shippable.yml +++ b/shippable.yml @@ -2,10 +2,16 @@ language: java jdk: - openjdk7 + - oraclejdk7 + - openjdk6 + - oraclejdk8 after_success: - mvn clean cobertura:cobertura - mvn test -notifications: - email: false +notifications: + email: + recipients: + - exampleone@org.com + - exampletwo@org.com