Project

General

Profile

Actions

Bug #38357

closed

Add travis configuration file to master branch

Added by Helmut Hummel almost 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Tests
Target version:
Start date:
2012-06-24
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

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


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #38567: Activate travis build for 4.7ClosedHelmut Hummel2012-07-02

Actions
Actions #1

Updated by Gerrit Code Review almost 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

Actions #2

Updated by Helmut Hummel almost 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF