Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kleijnweb committed Jan 11, 2018
1 parent 992bf63 commit a6522f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ matrix:
- mkdir -p build/logs
after_script:
- travis_retry php bin/coveralls -v
- >
curl --silent https://github.com/kleijnweb/swagger-bundle
| grep -oP 'https://camo.githubusercontent.com/[0-9a-z]+/[0-9a-z]+'
| xargs curl -X PURGE
- |
curl --silent https://github.com/kleijnweb/swagger-bundle |\
grep -oP 'https://camo.githubusercontent.com/[0-9a-z]+/[0-9a-z]+' |\
xargs curl -X PURGE
fast_finish: true

0 comments on commit a6522f3

Please sign in to comment.