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 65a4ce5 commit d41f0f3Copy full SHA for d41f0f3
.travis.yml
@@ -1,7 +1,7 @@
1
language: php
2
3
before_script:
4
- - composer config -g github-oauth.github.com "$GIT_HUB_TOKEN"
+ - if [ -n "$GIT_HUB_TOKEN" ]; then composer config -g github-oauth.github.com "$GIT_HUB_TOKEN"; fi;
5
- composer install
6
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --prefer-stable -n; fi;
7
0 commit comments