mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 09:31:04 +00:00
Update .travis.yml
This commit is contained in:
parent
96a99d4375
commit
10f51f429d
1 changed files with 1 additions and 1 deletions
|
@ -96,4 +96,4 @@ script:
|
|||
- if [[ $VALIDATE_TRANSLATION_FILE = '' || $ASSETS = '' ]]; then phpunit -v ; fi;
|
||||
- if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi;
|
||||
- if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations -v ; fi;
|
||||
- if [[ $ASSETS = build ]]; then node_modules/grunt/bin/grunt; fi;
|
||||
- if [[ $ASSETS = build ]]; then grunt; fi;
|
||||
|
|
Loading…
Reference in a new issue