Skip to content

Commit 1aab76b

Browse files
committed
Create Codacy Integration
1 parent 5ad6d90 commit 1aab76b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ language: php
22
php:
33
- 7.0
44
- 7.1
5-
install: composer install --no-interaction --prefer-source
5+
install:
6+
- composer install --no-interaction --prefer-source
7+
before_script:
8+
- composer require codacy/coverage --dev
69
script:
7-
- 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

Comments
 (0)