From: Jeremy Benoist Date: Mon, 29 Oct 2018 10:46:02 +0000 (+0100) Subject: Debug MySQL failing X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=ffb4e0b92219a4eccdf4ff773ce43159f3ad3162;hp=f6f1abd4c0706ccedd5c88c90ac2bc251f78baa1;p=github%2Fwallabag%2Fwallabag.git Debug MySQL failing --- diff --git a/.travis.yml b/.travis.yml index 5b5b1808..ad997bcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,7 +74,7 @@ script: - make fixtures - - if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then ./bin/simple-phpunit -v ; fi; + - if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then ./bin/simple-phpunit -v --debug --stop-on-failure ; fi; - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix --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; diff --git a/composer.json b/composer.json index 648efdd6..bc08b015 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,7 @@ "jms/serializer-bundle": "~2.2", "nelmio/api-doc-bundle": "^2.13.2", "mgargano/simplehtmldom": "~1.5", - "tecnickcom/tcpdf": "^6.2.26", + "wallabag/tcpdf": "^6.2.26", "simplepie/simplepie": "~1.5", "willdurand/hateoas-bundle": "~1.3", "liip/theme-bundle": "^1.4.6",