Bug #38357
closedAdd travis configuration file to master branch
100%
Description
http://travis-ci.org/ is a service that does automated builds for every change in a git repository.
Currently it works only for github projects but as the TYPO3 repository is also automatically synced to
github we can take advantage of that platform to automatically check the integrity of TYPO3.
For this to work, we only need to add a .travis.yaml file in the root of the project which configures travis
and holds the basic scripting needed to execute a build.
For now we "only" execute unit tests after a change has been merged.
In the future we eventually will be able to also execute the test for every change request and probably
also move the code sniffer checks from ci.typo3.org to travis.
The build results in travis look like this:
http://travis-ci.org/#!/typo3-ci/TYPO3v4-Core/builds/1695103
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12339
Updated by Helmut Hummel over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4302056ce55c34e977b7b8616ddd90e00cdc50b3.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed