Skip to content

Commit b91abd3

Browse files
author
igor-chepurnoi
committed
update tests configuration
1 parent 9600e84 commit b91abd3

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ sudo: false
1010
cache:
1111
directories:
1212
- $HOME/.composer/cache
13-
- vendor
1413

1514
install:
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

2119
script:
2220
- vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --dry-run --diff
23-
- phpunit --verbose $PHPUNIT_FLAGS
21+
- phpunit --verbose

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,11 @@
3232
"psr-4": {
3333
"yii2mod\\comments\\": ""
3434
}
35-
}
35+
},
36+
"repositories": [
37+
{
38+
"type": "composer",
39+
"url": "https://asset-packagist.org"
40+
}
41+
]
3642
}

0 commit comments

Comments
 (0)