Skip to content

Commit 9a288ab

Browse files
committed
composer: used Tester 2
1 parent 6c6eb87 commit 9a288ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ matrix:
99
env: dependencies="--prefer-lowest --prefer-stable"
1010

1111
script:
12-
- vendor/bin/tester tests -s -p php -c tests/php-unix.ini $coverage
12+
- vendor/bin/tester tests -s -c tests/php-unix.ini $coverage
1313
- php temp/code-checker/src/code-checker.php --short-arrays
1414

1515
after_failure:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"nette/utils": "~2.4"
2020
},
2121
"require-dev": {
22-
"nette/tester": "~1.6",
22+
"nette/tester": "~2.0",
2323
"nette/di": "~2.3",
2424
"latte/latte": "~2.4",
2525
"tracy/tracy": "^2.3"

0 commit comments

Comments
 (0)