Fix grunt path

This commit is contained in:
Thomas Citharel 2016-10-04 01:00:14 +02:00 committed by GitHub
parent 5759c9aac1
commit 96a99d4375

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-cli/bin/grunt ; fi;
- if [[ $ASSETS = build ]]; then node_modules/grunt/bin/grunt; fi;