Skip to content

Commit

Permalink
composer: used Tester 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 17, 2016
1 parent 72f4dbf commit 5cabd5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ matrix:
env: dependencies="--prefer-lowest --prefer-stable"

script:
- vendor/bin/tester tests -s -p php $coverage
- vendor/bin/tester tests -s $coverage
- php temp/code-checker/src/code-checker.php --short-arrays

after_failure:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"nette/utils": "~2.4"
},
"require-dev": {
"nette/tester": "~1.4",
"nette/tester": "~2.0",
"tracy/tracy": "^2.3"
},
"conflict": {
Expand Down

0 comments on commit 5cabd5f

Please sign in to comment.