Skip to content

Commit

Permalink
Upgraded to phpunit 4
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Nov 21, 2014
1 parent bd57514 commit 13f440b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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 @@ php:
before_script:
- composer install --prefer-dist --dev

script: phpunit --coverage-clover=coverage.clover
script: vendor/bin/phpunit --coverage-clover=coverage.clover

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@
"symfony/event-dispatcher" : "~2.0",
"php" : ">=5.3.3"
},
"minimum-stability" : "dev",
"require-dev" : {
"phpunit/phpunit" : "3.7.*"
"phpunit/phpunit" : "~4.0"
},
"autoload" : {
"psr-0" : {
Expand Down

0 comments on commit 13f440b

Please sign in to comment.