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

Commit

Permalink
Clear badge cache after build
Browse files Browse the repository at this point in the history
  • Loading branch information
kleijnweb committed Jan 11, 2018
1 parent 0deaad5 commit 992bf63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +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
fast_finish: true

0 comments on commit 992bf63

Please sign in to comment.