From 36011acd6afbbf0377d8480d3bfe5c801c789ecb Mon Sep 17 00:00:00 2001 From: robertfausk Date: Mon, 21 Sep 2020 14:49:03 +0200 Subject: [PATCH] Revert "Try to use GH_TOKEN to overcome github rate limit" This reverts commit a87e9f78 --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6cd43a6..674f007 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,9 +27,6 @@ cache: directories: - $HOME/.composer/cache/files -before_install: - - git config --global github.accesstoken $GH_TOKEN - install: - '.scenarios.lock/install "${SCENARIO}" "${DEPENDENCIES}"' - bin/updatePantherChromeDriver.sh