File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,12 @@ sudo: false
1010cache :
1111 directories :
1212 - $HOME/.composer/cache
13- - vendor
1413
1514install :
1615 - travis_retry composer self-update && composer --version
17- - travis_retry composer global require "fxp/composer-asset-plugin:^1.2.0"
1816 - export PATH="$HOME/.composer/vendor/bin:$PATH"
1917 - travis_retry composer install --prefer-dist --no-interaction
2018
2119script :
2220 - vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --dry-run --diff
23- - phpunit --verbose $PHPUNIT_FLAGS
21+ - phpunit --verbose
Original file line number Diff line number Diff line change 3232 "psr-4" : {
3333 "yii2mod\\ comments\\ " : " "
3434 }
35- }
35+ },
36+ "repositories" : [
37+ {
38+ "type" : " composer" ,
39+ "url" : " https://asset-packagist.org"
40+ }
41+ ]
3642}
You can’t perform that action at this time.
0 commit comments