Skip to content

Commit

Permalink
Fix Travis's artfact path (#5760)
Browse files Browse the repository at this point in the history
  • Loading branch information
maestromac authored Jan 27, 2020
1 parent 85cd80c commit a3569ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ addons:
chrome: 'stable'
artifacts:
paths:
- 'tmp/screenshots/*.png'
- $(ls tmp/screenshots/*.png | tr "\n" ":")
debug: true
services:
- redis-server
Expand Down

0 comments on commit a3569ef

Please sign in to comment.