X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=fb32befbd777a9542c138e0bef449372426a591b;hb=refs%2Fpull%2F3110%2Fhead;hp=dea3da4a04eeaf91381dc86cb8eae66c454bb58c;hpb=42a2139b8f5cdda5bd0d79cb808b4ff414e95a5b;p=github%2Fwallabag%2Fwallabag.git diff --git a/.travis.yml b/.travis.yml index dea3da4a..fb32befb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ cache: - $HOME/.composer/cache - node_modules - $HOME/.npm + - $HOME/.yarn-cache php: - 5.6 @@ -73,4 +74,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;