From 0ed3ac84c853f7da19db76de194ddc7a7b3a87bd Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Tue, 1 Jul 2014 11:24:09 +0530 Subject: [PATCH 1/6] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index fdd6964..7681894 100644 --- a/shippable.yml +++ b/shippable.yml @@ -2,6 +2,8 @@ language: java jdk: - openjdk7 + - oraclejdk7 + - openjdk6 after_success: - mvn clean cobertura:cobertura From c248f1ceabe5bf22e4a4c8631de176061c58c31a Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Tue, 1 Jul 2014 11:27:49 +0530 Subject: [PATCH 2/6] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 7681894..72e57db 100644 --- a/shippable.yml +++ b/shippable.yml @@ -4,6 +4,7 @@ jdk: - openjdk7 - oraclejdk7 - openjdk6 + - oraclejdk8 after_success: - mvn clean cobertura:cobertura From 07d2b92bcc49572a6ce07462398fe554c1c1c6ee Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Tue, 1 Jul 2014 11:35:14 +0530 Subject: [PATCH 3/6] Update shippable.yml --- shippable.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 72e57db..450c81c 100644 --- a/shippable.yml +++ b/shippable.yml @@ -9,6 +9,9 @@ jdk: after_success: - mvn clean cobertura:cobertura - mvn test -notifications: - email: false +notifications: + email: + recipients: + - exampleone@org.com + - exampletwo@org.com From ea397f8b3e3bca65b27ead668e959891371ccfd5 Mon Sep 17 00:00:00 2001 From: Patrick Ellis Date: Tue, 22 Jul 2014 11:50:20 -0700 Subject: [PATCH 4/6] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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. From 26b289666e82a6e84e68f9ff8fdd2faf0d316c9c Mon Sep 17 00:00:00 2001 From: a-murphy Date: Thu, 23 Oct 2014 12:27:18 -0700 Subject: [PATCH 5/6] [shippable new build status flow] --- shippable.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index 450c81c..ab7675d 100644 --- a/shippable.yml +++ b/shippable.yml @@ -11,7 +11,4 @@ after_success: - mvn test notifications: - email: - recipients: - - exampleone@org.com - - exampletwo@org.com + email: false From ac4a91d7595385d5311d695a75e03f2d46f1819c Mon Sep 17 00:00:00 2001 From: a-murphy Date: Wed, 29 Apr 2015 09:00:18 -0700 Subject: [PATCH 6/6] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index ab7675d..3076e00 100644 --- a/shippable.yml +++ b/shippable.yml @@ -12,3 +12,5 @@ after_success: notifications: email: false + +cache: true