Skip to content

Commit 6cb8ade

Browse files
committed
Fix: Authenticate with GitHub API
1 parent b222ee5 commit 6cb8ade

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
sudo: false
22
language: php
33

4+
env:
5+
global:
6+
- GITHUB_TOKEN=foo
7+
48
matrix:
59
fast_finish: true
610
include:
@@ -19,6 +23,7 @@ cache:
1923

2024
before_install:
2125
- composer selfupdate
26+
- composer config github-oauth.github.com $GITHUB_TOKEN
2227

2328
install:
2429
- travis_retry composer install --no-interaction --prefer-dist

0 commit comments

Comments
 (0)