From: adev Date: Sun, 5 Nov 2017 13:02:46 +0000 (+0100) Subject: Fix travis fold X-Git-Tag: 2.3.0~14^2~1 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=e36c85eb79c6f6ff79caca58e5766df5ac3cbecb Fix travis fold --- diff --git a/.travis.yml b/.travis.yml index 26707094..c6c03dc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,7 +72,7 @@ script: - travis_wait bash composer install -o --no-interaction --no-progress --prefer-dist - echo "travis_fold:start:prepare" - make prepare DB=$DB - - echo "travis_fold:start:prepare" + - echo "travis_fold:end:prepare" - echo "travis_fold:start:fixtures" - php bin/console doctrine:fixtures:load --no-interaction --env=test