X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=3f9561b35360e786beefef2d4bfb6f764ab8aaa7;hb=ab0c93769b0d2cd2650a59dff2f3d7d6eaedba57;hp=c7bb05fb1fa2cbbf4ac3da396527ae2889f8e883;hpb=3c00779dc3e36aa52f9d520bf6b615511ae39d17;p=github%2Fwallabag%2Fwallabag.git diff --git a/.travis.yml b/.travis.yml index c7bb05fb..3f9561b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,9 +70,11 @@ before_install: - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; script: - - travis_wait bash composer install -o --no-interaction --no-progress --prefer-dist + - travis_wait composer update --no-interaction --no-progress - ant prepare-$DB - if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; 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 [[ $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 [[ $ASSETS = build ]]; then ./node_modules/grunt-cli/bin/grunt tests; fi;