From aab125c3c1c81fd6f3ff0f98eb9cd4b050c50b50 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 28 Jul 2014 15:51:39 +0530 Subject: [PATCH 1/2] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index 371bcac..280febb 100644 --- a/shippable.yml +++ b/shippable.yml @@ -14,6 +14,8 @@ script: - phpunit --log-junit shippable/testresults/junit.xml --bootstrap tests/bootstrap.php tests - phpunit --coverage-xml shippable/codecoverage/ --bootstrap tests/bootstrap.php tests + + notifications: email: false From 5d1868257788c6a78216cf443c4da199fc1d5058 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 28 Jul 2014 19:16:28 +0530 Subject: [PATCH 2/2] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 280febb..80c72a1 100644 --- a/shippable.yml +++ b/shippable.yml @@ -13,7 +13,7 @@ script: # - phpunit --bootstrap tests/bootstrap.php tests - phpunit --log-junit shippable/testresults/junit.xml --bootstrap tests/bootstrap.php tests - phpunit --coverage-xml shippable/codecoverage/ --bootstrap tests/bootstrap.php tests - + - git rev-parse --abbrev-ref HEAD