From 0db30be14cf7e6cb59895c8b90b011ae44a681f5 Mon Sep 17 00:00:00 2001 From: Jon Brouse Date: Sat, 15 Sep 2018 20:25:16 -0400 Subject: [PATCH] Fail build if cache bust fails --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 448c4fd..61ee9e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,6 @@ deploy: local_dir: _site after_deploy: - - set -e; pip install --user awscli - - set -e; export PATH=$PATH:$HOME/.local/bin # put aws in the path + - pip install --user awscli + - export PATH=$PATH:$HOME/.local/bin # put aws in the path - set -e; aws cloudfront create-invalidation --distribution-id $CF_DISTRO_ID --paths /*