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:
parent
85aeb15019
commit
b48bc00912
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue