Skip to content

Commit 9ef51ad

Browse files
committed
Add PHPStan and phpcs to the Travis build matrix
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent 2ce3dde commit 9ef51ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ matrix:
1313
allow_failures:
1414
- php: nightly
1515
include:
16+
- php: 7.1
17+
name: "Coding standard check"
18+
script: vendor/bin/phpcs
19+
- php: 7.1
20+
name: "PHPStan"
21+
script: vendor/bin/phpstan analyze
1622
- php: 7.1
1723
name: "phpmyadmin/motranslator"
1824
install:

0 commit comments

Comments
 (0)