diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-10-04 01:00:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-04 01:00:14 +0200 |
commit | 96a99d4375accdcd2ca119849996c0a2c5bf4c0d (patch) | |
tree | 56e11e673ff0c63fbd14545da44c925abc8b8223 | |
parent | 5759c9aac1f13f2776319c3f249acb4c97ea14d8 (diff) | |
download | wallabag-96a99d4375accdcd2ca119849996c0a2c5bf4c0d.tar.gz wallabag-96a99d4375accdcd2ca119849996c0a2c5bf4c0d.tar.zst wallabag-96a99d4375accdcd2ca119849996c0a2c5bf4c0d.zip |
Fix grunt path
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9973bcae..f0a490c1 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -96,4 +96,4 @@ script: | |||
96 | - if [[ $VALIDATE_TRANSLATION_FILE = '' || $ASSETS = '' ]]; then phpunit -v ; fi; | 96 | - if [[ $VALIDATE_TRANSLATION_FILE = '' || $ASSETS = '' ]]; then phpunit -v ; fi; |
97 | - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; | 97 | - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; |
98 | - if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations -v ; fi; | 98 | - if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations -v ; fi; |
99 | - if [[ $ASSETS = build ]]; then node_modules/grunt-cli/bin/grunt ; fi; | 99 | - if [[ $ASSETS = build ]]; then node_modules/grunt/bin/grunt; fi; |