]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Fold travis make prepare
[github/wallabag/wallabag.git] / .travis.yml
index 0d716351a2ae7dd6f5c8792f116b193bbc3ffcab..26707094e9346583745a91f0d0b36a941b62b9f1 100644 (file)
@@ -70,7 +70,9 @@ before_install:
 
 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:start:fixtures"
     - php bin/console doctrine:fixtures:load --no-interaction --env=test