aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2015-12-09 23:25:03 +0000
committerMatthew Somerville <matthew@mysociety.org>2016-01-22 16:58:03 +0000
commit7212ba2f71522b7757410fee5ad43ba2f5e5076b (patch)
tree22d013e83c9d9b0894a21ea3ee3e1da3f27566ca /.travis.yml
parent469fbc56dbfd8c276a10226f10b804d84a6f2539 (diff)
[Travis] Improve handling of bad module install.
Mark build broken if modules don't install, and only upload new module caches on success.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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