Skip to content

Commit f18bd79

Browse files
committed
Add phpcs into travis build
1 parent 4c5b4a3 commit f18bd79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ matrix:
99
allow_failures:
1010
- php: hhvm
1111

12-
before_script: ./.ci/before_script.sh
12+
before_script:
13+
- ./.ci/before_script.sh
14+
- vendor/bin/phpcs --standard=ruleset.xml PHPUnit/
1315
script: "vendor/bin/phpunit Tests"

0 commit comments

Comments
 (0)