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 a9dc44f commit d306e45
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 -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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit d306e45

Please sign in to comment.