lstrojny / phpunit-clever-and-smart

Smarter test runner for PHPUnit
170 stars 13 forks source link

build against different phpunit versions on travis #24

Closed staabm closed 10 years ago

staabm commented 10 years ago

added phpunit 3.8 to the travis build matrix and allow it to fail (since it doesn't work right now). I also tried 3.9 but it was also failing, therefore using only 3.8 for now.

php 5.3+phpunit 3.8 was excluded because the versions are not compatible.

closes https://github.com/lstrojny/phpunit-clever-and-smart/issues/23

lstrojny commented 10 years ago

Other than that, looks good

staabm commented 10 years ago

ready to merge in case travis gets green

lstrojny commented 10 years ago

Thanks again!

staabm commented 10 years ago

@lstrojny did you test the listener already against 3.8 or 3.9? (before this PR)