We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad6d90 commit 1aab76bCopy full SHA for 1aab76b
.travis.yml
@@ -2,6 +2,13 @@ language: php
2
php:
3
- 7.0
4
- 7.1
5
-install: composer install --no-interaction --prefer-source
+install:
6
+ - composer install --no-interaction --prefer-source
7
+before_script:
8
+ - composer require codacy/coverage --dev
9
script:
- - vendor/bin/phpcs ./src --standard=./dev/tests/static/Magento
10
+ - vendor/bin/all-checks
11
+after_script:
12
+ - php vendor/bin/codacycoverage phpunit
13
+
14
0 commit comments