Fix Travis S3 Artifact AddOn (#5610)
This commit is contained in:
parent
ef1eb8d412
commit
aa97725a0e
1 changed files with 4 additions and 6 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue