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'