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..7f37d21 100644 --- a/shippable.yml +++ b/shippable.yml @@ -2,10 +2,13 @@ language: java jdk: - openjdk7 + #- oraclejdk7 + #- openjdk6 + #- oraclejdk8 + +#build_image: shippable/minv2:latest after_success: - mvn clean cobertura:cobertura - mvn test -notifications: - email: false - +