From 7b63da26275887524d9ba8fcb5ec61999fc12ddf Mon Sep 17 00:00:00 2001 From: Molly Struve Date: Wed, 15 Jan 2020 17:22:37 -0500 Subject: [PATCH] send screenshots to s3 after failed travis build (#5537) --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 48252b47c..c6dad5100 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,6 +44,12 @@ script: - './cc-test-reporter upload-coverage' - 'bundle exec bundle-audit check --update --ignore CVE-2015-9284' - yarn build-storybook +after_script: + addons: + artifacts: + paths: + - /tmp/screenshots/*.png + debug: true deploy: provider: heroku api_key: '$HEROKU_AUTH_TOKEN'