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

Commit 0ef0eac

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ notifications:
2626

2727
before_install:
2828
- if [[ $EXECUTE_TEST_COVERALLS != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
29+
- composer self-update
2930

3031
install:
3132
- travis_retry composer install --no-interaction --ignore-platform-reqs

0 commit comments

Comments
 (0)