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
10
10
cache :
11
11
directories :
12
12
- $HOME/.composer/cache
13
- - vendor
14
13
15
14
install :
16
15
- travis_retry composer self-update && composer --version
17
- - travis_retry composer global require "fxp/composer-asset-plugin:^1.2.0"
18
16
- export PATH="$HOME/.composer/vendor/bin:$PATH"
19
17
- travis_retry composer install --prefer-dist --no-interaction
20
18
21
19
script :
22
20
- 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 32
32
"psr-4" : {
33
33
"yii2mod\\ comments\\ " : " "
34
34
}
35
- }
35
+ },
36
+ "repositories" : [
37
+ {
38
+ "type" : " composer" ,
39
+ "url" : " https://asset-packagist.org"
40
+ }
41
+ ]
36
42
}
You can’t perform that action at this time.
0 commit comments