]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Debug MySQL failing
authorJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 29 Oct 2018 10:46:02 +0000 (11:46 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 29 Oct 2018 10:46:02 +0000 (11:46 +0100)
.travis.yml
composer.json

index 5b5b18087f500c7d0ae6218ad1792e52a3ace7b1..ad997bcbc8c7729bcdc0f23dccd0639bfdbff373 100644 (file)
@@ -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;
index 648efdd69822dff225741555cde12bfba2ba5902..bc08b015d7bc1f55cc8c554dd27a7d4ea4d26539 100644 (file)
@@ -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",