We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b222ee5 commit 6cb8adeCopy full SHA for 6cb8ade
.travis.yml
@@ -1,6 +1,10 @@
1
sudo: false
2
language: php
3
4
+env:
5
+ global:
6
+ - GITHUB_TOKEN=foo
7
+
8
matrix:
9
fast_finish: true
10
include:
@@ -19,6 +23,7 @@ cache:
19
23
20
24
before_install:
21
25
- composer selfupdate
26
+ - composer config github-oauth.github.com $GITHUB_TOKEN
22
27
28
install:
29
- travis_retry composer install --no-interaction --prefer-dist
0 commit comments