X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=d7c28388914c6af880d9d016150c9bb5158b2a0b;hb=4cea76b0cf02622c11144360e6f438af7ccbb94b;hp=dea3da4a04eeaf91381dc86cb8eae66c454bb58c;hpb=42a2139b8f5cdda5bd0d79cb808b4ff414e95a5b;p=github%2Fwallabag%2Fwallabag.git diff --git a/.travis.yml b/.travis.yml index dea3da4a..d7c28388 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,4 +73,4 @@ script: - 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 src/Wallabag/UserBundle/Resources/translations -v ; fi; - - if [[ $ASSETS = build ]]; then ./node_modules/webpack/bin/webpack.js; fi; + - if [[ $ASSETS = build ]]; then yarn run build:prod; fi;