Using Travis CI to run unit tests and running phpunit locally [closed]
Travis is a hosted continuous integration service. Travis takes the files you’ve committed to your Github repo, and runs PHPUnit against them. Notably different than running phpunit in your local environment is that running tests on Travis requires at least three steps: Commit to Git. Push to Github. Wait for Travis to create and run … Read more