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..7dcbcab 100644 --- a/shippable.yml +++ b/shippable.yml @@ -1,11 +1,10 @@ language: java jdk: - - openjdk7 - -after_success: + - oraclejdk8 + +build: + ci: + - mvn install - mvn clean cobertura:cobertura - mvn test -notifications: - email: false -