php-vcr / phpunit-testlistener-vcr

Integrates PHPUnit with PHP-VCR.
MIT License
61 stars 50 forks source link

Implement Travis #14

Closed renatomefi closed 8 years ago

renatomefi commented 8 years ago

Check PHP-VCR travis for a matrix example: https://github.com/php-vcr/php-vcr/blob/master/.travis.yml

Also important to test against multiple PHP-VCR versions, by enhancing the matrix to require certain versions.

Wait for #13 or do based on it, it's important due to the phpunit updates

renatomefi commented 8 years ago

Fixed https://github.com/php-vcr/phpunit-testlistener-vcr/pull/16