From 0eaf8034906e905c061b30aaacecbb85c328a1d2 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Tue, 3 Oct 2017 20:34:39 +0200 Subject: [PATCH] ask composer in TravisCI to use an oauth token to avoid rate limiting --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c5e0d07..ca5004c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ php: - 7.0 before_script: + - composer config -g github-oauth.github.com "$GITHUB_TOKEN" - composer install -n script: