Skip to content

Commit 25bb4a4

Browse files
committed
Fixed 'build' ant process, which require 'var-dump-check', but was not included in composer
1 parent dd4cf66 commit 25bb4a4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ before_script:
1515
- composer install --no-interaction --prefer-source
1616

1717
script:
18-
- ant phplint
19-
- ant phpcs
20-
- ant phpunit
18+
- ant

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"require-dev": {
2020
"phpunit/phpunit": "~4.0",
2121
"jakub-onderka/php-parallel-lint": "~0.5",
22+
"jakub-onderka/php-var-dump-check": "~0.1",
2223
"squizlabs/php_codesniffer": "~1.5",
2324
"jakub-onderka/php-code-style": "~1.0"
2425
}

0 commit comments

Comments
 (0)