Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 338 Bytes

ci.md

File metadata and controls

18 lines (14 loc) · 338 Bytes

Continuous integration

GitLab CI

include:
  - typo3-rector: 'https://raw.githubusercontent.com/sabbelasichon/typo3-rector/master/gitlab-template.yml'

typo3-rector:
  extends: .typo3-rector
  stage: test

typo3-rector-dev-master:
  extends: .typo3-rector
  stage: test
  variables:
    TYPO3_RECTOR_VERSION: dev-master