Update .travis.yml

This commit is contained in:
Jeremy Benoist 2016-10-04 07:25:05 +02:00 committed by GitHub
parent 96a99d4375
commit 10f51f429d

View file

@ -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;