Skip to content

Commit

Permalink
Try to use GH_TOKEN to overcome github rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfausk committed Sep 21, 2020
1 parent 8f637ef commit a87e9f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ cache:
directories:
- $HOME/.composer/cache/files

before_install:
- git config --global github.accesstoken $GH_TOKEN

install:
- '.scenarios.lock/install "${SCENARIO}" "${DEPENDENCIES}"'
- bin/updatePantherChromeDriver.sh
Expand Down

0 comments on commit a87e9f7

Please sign in to comment.