From 25bb4a40b5f35db905cc24fee384f28a2e272f1e Mon Sep 17 00:00:00 2001 From: Jakub Onderka Date: Fri, 13 Mar 2015 12:51:01 +0100 Subject: [PATCH] Fixed 'build' ant process, which require 'var-dump-check', but was not included in composer --- .travis.yml | 4 +--- composer.json | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d436898..b1deec7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,4 @@ before_script: - composer install --no-interaction --prefer-source script: - - ant phplint - - ant phpcs - - ant phpunit + - ant \ No newline at end of file diff --git a/composer.json b/composer.json index d182464..bd2f47a 100644 --- a/composer.json +++ b/composer.json @@ -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" }