The purpose of this repository is to show how to use Travis CI to do continuous integration with a PHP project.
Here is a sample status icon showing the state of the master branch.
Note: .org -> .com as of june 2021. And what is my url supposed to be, a clear example is missing?
- For me the URL was in the format https://travis-ci.com/USERNAME/php-example.svg?branch=master
- Giving me this icon:
In order to run this project just fork it on github.com and then enable your fork on your travis-ci profile. Every push will then trigger a new build on Travis CI.
(Don't forget to update the badge url in the README to point to your own travis project.)