From a75f80b01602ca3433662e91dc7e2219416ce4b3 Mon Sep 17 00:00:00 2001 From: Stephanie Lingwood Date: Thu, 16 Feb 2017 14:41:22 -0800 Subject: [PATCH 1/2] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 7d97194..10e0b37 100644 --- a/shippable.yml +++ b/shippable.yml @@ -13,6 +13,7 @@ build: ci: - mvn clean cobertura:cobertura - mvn test && "echo test" + - echo "Aidan is cool" notifications: email: false From 75c9d907ddc2a2d3307c994120636539aecc6e4a Mon Sep 17 00:00:00 2001 From: Stephanie Lingwood Date: Thu, 16 Feb 2017 14:45:16 -0800 Subject: [PATCH 2/2] Update shippable.yml --- shippable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 10e0b37..dfb3cba 100644 --- a/shippable.yml +++ b/shippable.yml @@ -12,8 +12,9 @@ build: image_tag: prod ci: - mvn clean cobertura:cobertura - - mvn test && "echo test" + # - mvn test && "echo test" - echo "Aidan is cool" + - echo "What's a pirate's favorite letter? --- The C!!!" notifications: email: false