Skip to content

Commit 65a4ce5

Browse files
author
childish-sambino
authored
fix: configure composer to use a GitHub personal access token
1 parent 931a5a4 commit 65a4ce5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: php
22

33
before_script:
4+
- composer config -g github-oauth.github.com "$GIT_HUB_TOKEN"
45
- composer install
56
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --prefer-stable -n; fi;
67

0 commit comments

Comments
 (0)