Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit b8fcc55

Browse files
committed
[travis-ci] Enable cache
Composer is updated for to prevent cache invalidation due stat operations over cached files
1 parent 86d5a28 commit b8fcc55

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
@@ -2,6 +2,10 @@ sudo: false
22

33
language: php
44

5+
cache:
6+
directories:
7+
- $HOME/.composer/cache
8+
59
matrix:
610
fast_finish: true
711
include:
@@ -22,6 +26,7 @@ notifications:
2226

2327
before_install:
2428
- if [[ $EXECUTE_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
29+
- composer self-update
2530

2631
install:
2732
- composer install

0 commit comments

Comments
 (0)