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 da1a969 commit 39c5b25Copy full SHA for 39c5b25
.travis.yml
@@ -6,6 +6,9 @@ php:
6
- 7.1
7
- 7.2
8
9
+before_install:
10
+ - if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
11
+
12
install: composer install
13
14
cache:
0 commit comments