ask composer in TravisCI to use an oauth token to avoid rate limiting
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user