From: Nicolas LÅ“uillet Date: Fri, 4 Nov 2016 12:59:40 +0000 (+0100) Subject: Forgot .travis.yml file X-Git-Tag: 2.1.3 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=b6a3e571b22c8090dc86e6e9def132270a1b88b6;hp=fbffcdad7cffcaec839ed980cc0c64d71276f3e3 Forgot .travis.yml file --- diff --git a/.travis.yml b/.travis.yml index a8f6a744..84740841 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,7 +70,7 @@ 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 bash 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;