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

Commit fdd747a

Browse files
committed
[travis-ci] Workaround composer cache invalidation
see: travis-ci/travis-ci#2435
1 parent a053e67 commit fdd747a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ notifications:
3030

3131
before_install:
3232
- if [[ $EXECUTE_TEST_COVERALLS != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
33+
- composer self-update
3334

3435
install:
3536
- travis_retry composer install --no-interaction --ignore-platform-reqs

0 commit comments

Comments
 (0)