We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5b4a3 commit f18bd79Copy full SHA for f18bd79
.travis.yml
@@ -9,5 +9,7 @@ matrix:
9
allow_failures:
10
- php: hhvm
11
12
-before_script: ./.ci/before_script.sh
+before_script:
13
+ - ./.ci/before_script.sh
14
+ - vendor/bin/phpcs --standard=ruleset.xml PHPUnit/
15
script: "vendor/bin/phpunit Tests"
0 commit comments