diff --git a/README.md b/README.md index 9e71678..09285e5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ Java Sample ================ +[![Build Status](https://api.shippable.com/projects/55142a6b5ab6cc1352ac1823/badge?branchName=master)](https://app.shippable.com/projects/55142a6b5ab6cc1352ac1823/builds/latest) 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..73420e5 100644 --- a/shippable.yml +++ b/shippable.yml @@ -2,10 +2,15 @@ language: java jdk: - openjdk7 + - oraclejdk7 + - openjdk6 + - oraclejdk8 after_success: - mvn clean cobertura:cobertura - mvn test -notifications: - email: false +notifications: + email: + recipients: + - rosshnaylor@gmail.com