Skip to content

Commit 39c5b25

Browse files
committed
Travis: add github token
1 parent da1a969 commit 39c5b25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ php:
66
- 7.1
77
- 7.2
88

9+
before_install:
10+
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
11+
912
install: composer install
1013

1114
cache:

0 commit comments

Comments
 (0)