Skip to content

Commit 10e93fc

Browse files
committed
Caches composer components for faster test suite runs.
1 parent a36624f commit 10e93fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ before_script:
1919
script:
2020
- phpunit -d api_key=$API_KEY --coverage-clover build/logs/clover.xml
2121

22+
# Cache composer bits for faster test suite runs.
23+
cache:
24+
directories:
25+
- $HOME/.cache/composer
26+
2227
notifications:
2328
email:
2429
on_success: change

0 commit comments

Comments
 (0)