Skip to content

Commit

Permalink
Explicitly requiring a newer PHPUnit version for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed May 21, 2014
1 parent 0ac6141 commit c11bde7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 322 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ dist/
tests/Doctrine/Tests/Common/Proxy/generated/
vendor/
.idea
composer.lock
doctrine-common-*.tar
doctrine-common-*.tar.gz
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ php:
before_script:
- composer --prefer-source install

script:
- ./vendor/bin/phpunit

matrix:
allow_failures:
- php: hhvm
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"doctrine/lexer": "1.*",
"doctrine/annotations": "1.*"
},
"minimum-stability": "dev",
"require-dev": {
"phpunit/phpunit": "~3.7"
},
"autoload": {
"psr-0": { "Doctrine\\Common\\": "lib/" }
},
Expand Down
322 changes: 0 additions & 322 deletions composer.lock

This file was deleted.

0 comments on commit c11bde7

Please sign in to comment.