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