Fix Travis's artfact path (#5760)

This commit is contained in:
Mac Siri 2020-01-27 11:33:28 -05:00 committed by GitHub
parent 85cd80cb0a
commit a3569efe6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ addons:
chrome: 'stable'
artifacts:
paths:
- 'tmp/screenshots/*.png'
- $(ls tmp/screenshots/*.png | tr "\n" ":")
debug: true
services:
- redis-server