]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix Travis
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 20 Nov 2016 21:24:48 +0000 (22:24 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 22 Nov 2016 20:23:58 +0000 (21:23 +0100)
.travis.yml

index a8f6a74416b3ea09cec36717d810b098e8380803..bffa0704dd58d95011f6b475a984848762a11aab 100644 (file)
@@ -76,5 +76,5 @@ script:
     - 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 [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml app/Resources/CraueConfigBundle/translations -v ; fi;
-    - if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml app/Resources/FOSUserBundle/translations -v ; fi;
+    - if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml src/Wallabag/UserBundle/Resources/translations -v ; fi;
     - if [[ $ASSETS = build ]]; then ./node_modules/grunt-cli/bin/grunt tests; fi;