ask composer in TravisCI to use an oauth token to avoid rate limiting

El RIDO 7 years ago
parent dd32156c9b
commit 0eaf803490
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

@ -6,6 +6,7 @@ php:
- 7.0
before_script:
- composer config -g github-oauth.github.com "$GITHUB_TOKEN"
- composer install -n
script:

Loading…
Cancel
Save