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

This commit is contained in:
El RIDO
2017-10-03 20:34:39 +02:00
parent dd32156c9b
commit 0eaf803490

View File

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