Fix Travis S3 Artifact AddOn (#5610)

This commit is contained in:
Molly Struve 2020-01-20 13:53:31 -05:00 committed by Mac Siri
parent ef1eb8d412
commit aa97725a0e

View file

@ -10,6 +10,10 @@ rvm:
addons:
postgresql: '9.6'
chrome: 'stable'
artifacts:
paths:
- $TRAVIS_BUILD_DIR/dev.to/tmp/screenshots/*.png
debug: true
services:
- redis-server
env:
@ -44,12 +48,6 @@ script:
- './cc-test-reporter upload-coverage'
- 'bundle exec bundle-audit check --update --ignore CVE-2015-9284'
- yarn build-storybook
after_script:
addons:
artifacts:
paths:
- ~/build/thepracticaldev/dev.to/tmp/screenshots/*.png
debug: true
deploy:
provider: heroku
api_key: '$HEROKU_AUTH_TOKEN'