X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=17c3abafc6fc325458438c4434c010dcc0e1a705;hb=f49d9ca383c9f8a1bc426cfabf6b1cea53ea26b4;hp=0e72d207230207a7048f2adbf05d732b5d439a22;hpb=49e2854d5c15bbce3f24f91da34450e8f209295b;p=github%2Fwallabag%2Fwallabag.git diff --git a/.travis.yml b/.travis.yml index 0e72d207..17c3abaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,6 +67,6 @@ before_install: script: - travis_wait bash install.sh - ant prepare-$DB - - bin/phpunit -v + - phpunit -v - 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;