Skip to content

Commit

Permalink
Fixed 'build' ant process, which require 'var-dump-check', but was no…
Browse files Browse the repository at this point in the history
…t included in composer
  • Loading branch information
JakubOnderka committed Mar 13, 2015
1 parent dd4cf66 commit 25bb4a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ before_script:
- composer install --no-interaction --prefer-source

script:
- ant phplint
- ant phpcs
- ant phpunit
- ant
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"require-dev": {
"phpunit/phpunit": "~4.0",
"jakub-onderka/php-parallel-lint": "~0.5",
"jakub-onderka/php-var-dump-check": "~0.1",
"squizlabs/php_codesniffer": "~1.5",
"jakub-onderka/php-code-style": "~1.0"
}
Expand Down

0 comments on commit 25bb4a4

Please sign in to comment.