From fbf68095726cc9ff8dd07612a73033b63511e47b Mon Sep 17 00:00:00 2001 From: Daniele Orlando Date: Sat, 23 Jan 2016 17:15:21 +0100 Subject: [PATCH] Travis has a readonly GitHub access token to fix the composer rate limit. --- support/travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/support/travis.yml b/support/travis.yml index 3fc056b..34bfe97 100644 --- a/support/travis.yml +++ b/support/travis.yml @@ -7,6 +7,7 @@ cache: - sandbox/composer/ install: - composer self-update + - git config --global github.accesstoken 21fd5f444e024f66f292461ca7ea7243f63a200d - ./support/tools/init script: - ./support/tools/test