Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit 71dfa97

Browse files
committed
Attempting to fix Travis/Composer config issue.
1 parent 8a5b257 commit 71dfa97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ matrix:
1212

1313
before_install:
1414
- phpenv config-rm xdebug.ini || true
15-
- "[[ $GITHUB_TOKEN ]] && composer config --global github-oauth.github.com $GITHUB_TOKEN"
15+
- 'if [[ $GITHUB_TOKEN ]]; then echo "Configuring Composer GitHub token..."; composer config --global github-oauth.github.com "$GITHUB_TOKEN"; else echo "GitHub token unavailable."; fi'
1616
install: composer install --prefer-dist --no-progress --no-interaction
1717
script: make test
1818

0 commit comments

Comments
 (0)