We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20caa9e commit fc516b3Copy full SHA for fc516b3
1 file changed
.travis.yml
@@ -13,9 +13,7 @@ install:
13
- composer install --prefer-source
14
15
script:
16
- - vendor/bin/phpcs --standard=psr2 src tests
17
- - vendor/bin/php-cs-fixer fix --verbose --dry-run src tests
18
- - vendor/bin/phpunit
+ - composer ci
19
20
matrix:
21
fast_finish: true
0 commit comments