mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-10 00:36:13 +01:00

[FOLLOWUP] Actually run PHP_CodeSniffer on Travis CI (#46)

This commit is contained in:
Oliver Klee 2019-08-12 15:06:50 +02:00 committed by GitHub
parent 85aeb15019
commit b48bc00912
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -47,6 +47,11 @@ script:
echo "Running the functional tests";
composer ci:tests:functional;
- >
echo;
echo "Running PHP_CodeSniffer";
composer ci:php:sniff;
jobs:
include:
- stage: test

View file

@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## x.y.z
### Added
- Add PHP_CodeSniffer to the Travis CI build (#44)
- Add PHP_CodeSniffer to the Travis CI build (#44,#46)
- Auto-release to the TER (#34)
- Composer script for PHP linting