From 547b1f44a386edc47f0400d99cd32747dd61080e Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 18 Feb 2015 16:32:05 +0530 Subject: [PATCH 1/3] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index f25f11e..1095c1f 100644 --- a/shippable.yml +++ b/shippable.yml @@ -19,7 +19,7 @@ script: - phpunit --log-junit shippable/testresults/junit.xml --coverage-xml shippable/codecoverage tests/calculator_test.php install: true #script: true -before_archive: +after_success: - ls - mv calculator.php shippable/src after_archive: From 5bf1a26084e81d0ac1bb84dc6d71b8417865911c Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 18 Feb 2015 16:35:15 +0530 Subject: [PATCH 2/3] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 1095c1f..2331e42 100644 --- a/shippable.yml +++ b/shippable.yml @@ -16,6 +16,7 @@ before_script: script: - echo $BUILD_NUMBER + - echo $BUILD_URL - phpunit --log-junit shippable/testresults/junit.xml --coverage-xml shippable/codecoverage tests/calculator_test.php install: true #script: true From 838b8fce78cd5a7dfd57ca66ad382d5d4e002c4e Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 18 Feb 2015 16:36:25 +0530 Subject: [PATCH 3/3] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 2331e42..c25b136 100644 --- a/shippable.yml +++ b/shippable.yml @@ -33,5 +33,5 @@ notifications: email: recipients: - vidya@shippable.com - on_success: change + on_success: always on_failure: always