Skip to content

Commit

Permalink
Caches composer in travis. (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonius committed Apr 3, 2020
1 parent 5da0a06 commit 99d749b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ php:
- 7.1
- 7.2
- 7.3
cache:
directories:
- $HOME/.composer/cache
before_install:
- composer self-update
- composer validate --no-check-all --ansi
Expand Down

0 comments on commit 99d749b

Please sign in to comment.