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 dd4cf66 commit 25bb4a4Copy full SHA for 25bb4a4
.travis.yml
@@ -15,6 +15,4 @@ before_script:
15
- composer install --no-interaction --prefer-source
16
17
script:
18
- - ant phplint
19
- - ant phpcs
20
- - ant phpunit
+ - ant
composer.json
@@ -19,6 +19,7 @@
"require-dev": {
"phpunit/phpunit": "~4.0",
21
"jakub-onderka/php-parallel-lint": "~0.5",
22
+ "jakub-onderka/php-var-dump-check": "~0.1",
23
"squizlabs/php_codesniffer": "~1.5",
24
"jakub-onderka/php-code-style": "~1.0"
25
}
0 commit comments