]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix grunt path
authorThomas Citharel <tcit@tcit.fr>
Mon, 3 Oct 2016 23:00:14 +0000 (01:00 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2016 23:00:14 +0000 (01:00 +0200)
.travis.yml

index 9973bcae64be4d3ebdea5abf29945aa6a19571c6..f0a490c139e3258dad62d4c04c2ad345c708a8a6 100644 (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;