From 7212ba2f71522b7757410fee5ad43ba2f5e5076b Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 9 Dec 2015 23:25:03 +0000 Subject: [Travis] Improve handling of bad module install. Mark build broken if modules don't install, and only upload new module caches on success. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 1f8e95d58..c0191f177 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,5 +28,5 @@ before_script: - ./bin/emptyhomes/make_welsh_po - commonlib/bin/gettext-makemo FixMyStreet script: "bin/run-tests t" -after_script: +after_success: - .travis/after_script -- cgit v1.2.3