Skip to content

Commit d1c6819

Browse files
author
igor-chepurnoi
committed
update tests configuration
1 parent 8906c76 commit d1c6819

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.1.1"
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
@@ -28,5 +28,11 @@
2828
"psr-4": {
2929
"yii2mod\\cashier\\": ""
3030
}
31-
}
31+
},
32+
"repositories": [
33+
{
34+
"type": "composer",
35+
"url": "https://asset-packagist.org"
36+
}
37+
]
3238
}

0 commit comments

Comments
 (0)