X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=b0b26b56eaf3ece129e61f4f51a04f6bcd694c38;hb=4ac780eb21f1cceeca34e698e6865d49ec7d3ee8;hp=c5fe7b01d03f9315db2798e28e28dfa667ce6d31;hpb=8fdb5e5766a6bf5970f268200a6c21fd39693637;p=github%2Fwallabag%2Fwallabag.git diff --git a/.travis.yml b/.travis.yml index c5fe7b01..b0b26b56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -91,8 +91,8 @@ before_install: - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; script: - - travis_wait bash install.sh + - travis_wait bash install_dev.sh - ant prepare-$DB - - phpunit -v + - 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;