Browse Source

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

El RIDO 8 years ago
parent
commit
0eaf803490
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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