]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Update .travis.yml
[github/wallabag/wallabag.git] / .travis.yml
index f0a490c139e3258dad62d4c04c2ad345c708a8a6..3cd59c5f34089735b47fefeb9c2212bcf38b88e2 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/bin/grunt; fi;
+    - if [[ $ASSETS = build ]]; then grunt; fi;