Skip to content

Commit

Permalink
Travis: add github token
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubinix committed Mar 26, 2020
1 parent da1a969 commit 39c5b25
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 @@ -6,6 +6,9 @@ php:
- 7.1
- 7.2

before_install:
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;

install: composer install

cache:
Expand Down

0 comments on commit 39c5b25

Please sign in to comment.