Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 9b29209

Browse files
author
Jamie Snape
committed
Fix Composer warning on Travis CI
1 parent 8c0614b commit 9b29209

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
@@ -42,6 +42,7 @@ cache:
4242

4343
before_install:
4444
- travis_retry composer self-update -n
45+
- if [[ $TRAVIS_PULL_REQUEST = false ]]; then composer config -g github-oauth.github.com $GITHUB_OAUTH_TOKEN; fi
4546
- if [[ $TRAVIS_PHP_VERSION = hhvm || $TRAVIS_PHP_VERSION = 7 ]]; then sed -i '/ext-xdebug/d' composer.json; fi
4647

4748
install:

0 commit comments

Comments
 (0)