We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9dc44f commit d306e45Copy full SHA for d306e45
.travis.yml
@@ -9,7 +9,7 @@ matrix:
9
env: dependencies="--prefer-lowest --prefer-stable"
10
11
script:
12
- - vendor/bin/tester tests -s -p php -c tests/php-unix.ini $coverage
+ - vendor/bin/tester tests -s -c tests/php-unix.ini $coverage
13
- php temp/code-checker/src/code-checker.php --short-arrays -i netteForms
14
- if [ $TRAVIS_PHP_VERSION == "7.0" ]; then grunt --gruntfile=tests/netteForms/Gruntfile.js test; fi
15
composer.json
@@ -21,7 +21,7 @@
21
},
22
"require-dev": {
23
"nette/di": "~2.3",
24
- "nette/tester": "~1.7",
+ "nette/tester": "~2.0",
25
"latte/latte": "~2.4",
26
"tracy/tracy": "^2.3"
27
0 commit comments