diff --git a/shippable.yml b/shippable.yml index f25f11e..c25b136 100644 --- a/shippable.yml +++ b/shippable.yml @@ -16,10 +16,11 @@ 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 -before_archive: +after_success: - ls - mv calculator.php shippable/src after_archive: @@ -32,5 +33,5 @@ notifications: email: recipients: - vidya@shippable.com - on_success: change + on_success: always on_failure: always