Skip to content

Commit

Permalink
Fix travis cache dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Sep 17, 2019
1 parent 871fee9 commit 794b367
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,10 @@ script:
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix

after_script:
- ./coveralls.phar
- travis_retry php php-coveralls.phar -v

cache:
directories:
- $HOME/.composer/cache
- $HOME/.php-cs-fixer
- $HOME/.local

0 comments on commit 794b367

Please sign in to comment.