Skip to content

TravisCI

Andy Grunwald edited this page Jul 22, 2014 · 2 revisions

Travis CI is a continuous integration service for developing software. Travis CI will take care of running your tests. It is free for open source projects.

We use this service for running our test suite and to check if we got coding guideline violations against the PEAR coding guideline.

Further more every pull request you will create will be automatically checked. How awesome is this? So do not be afraid to contribute :)

Our build runs can be found at typo3-ci/TYPO3SniffPool.

In our .travis.yml you can find which tests we execute in detail and which PHP versions are covered.

Clone this wiki locally