ask composer in TravisCI to use an oauth token to avoid rate limiting
This commit is contained in:
parent
dd32156c9b
commit
0eaf803490
@ -6,6 +6,7 @@ php:
|
|||||||
- 7.0
|
- 7.0
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- composer config -g github-oauth.github.com "$GITHUB_TOKEN"
|
||||||
- composer install -n
|
- composer install -n
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user