mikeerickson / phpunit-pretty-result-printer

PHPUnit Pretty Result Printer -- make your PHPUnit tests look pretty!
MIT License
1.2k stars 71 forks source link

Add .travis.yml file #29

Closed dbudwin closed 6 years ago

dbudwin commented 6 years ago

Supports building on PHP 5.6 and 7.0. These versions were selected since that is what is in composer.json for PHP versions. However, the PHP 5.6 build fails due to the spatie/phpunit-watcher dependency requiring PHP >=7.0.

This attempts to address issue #25.

dbudwin commented 6 years ago

Note, if #28 gets merged before this, I will have to tweak this a bit.

dbudwin commented 6 years ago

I rebased on top of the latest master to make sure this pull request will pass the StyleCI check implemented in #30.

dbudwin commented 6 years ago

Also, if you're curious how the results from TravisCI look, you can view an example from my fork here: https://travis-ci.org/dbudwin/phpunit-pretty-result-printer/builds/337235486