diff --git a/.travis.yml b/.travis.yml index d5d713400..503f34b6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ matrix: env: dependencies="--prefer-lowest --prefer-stable" script: - - vendor/bin/tester tests -s -p php -c tests/php-unix.ini $coverage + - vendor/bin/tester tests -s -c tests/php-unix.ini $coverage - php temp/code-checker/src/code-checker.php --short-arrays -i netteForms - if [ $TRAVIS_PHP_VERSION == "7.0" ]; then grunt --gruntfile=tests/netteForms/Gruntfile.js test; fi diff --git a/composer.json b/composer.json index af8b04ff6..12f7217ba 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ }, "require-dev": { "nette/di": "~2.3", - "nette/tester": "~1.7", + "nette/tester": "~2.0", "latte/latte": "~2.4", "tracy/tracy": "^2.3" },