Skip to content

Commit b7713fb

Browse files
committed
travis: fetch github token for composer before install
1 parent 69419ef commit b7713fb

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
@@ -27,6 +27,7 @@ env:
2727
before_install:
2828
- composer self-update
2929
- composer clear-cache
30+
- composer config github-oauth.github.com ${GH_TOKEN}
3031

3132
install:
3233
- if [[ "$DEPENDENCIES" = 'high' ]]; then travis_retry composer update $DEFAULT_COMPOSER_FLAGS; fi

0 commit comments

Comments
 (0)