diff options
author | adev <adev2000@gmail.com> | 2017-11-04 21:14:11 +0100 |
---|---|---|
committer | adev <adev2000@gmail.com> | 2017-11-21 21:35:16 +0100 |
commit | 2054740fdbae49a3900d84e0b4d2a604c5b099a5 (patch) | |
tree | 8112bb66015abc25ab1fa56276c8c85780447f60 | |
parent | 18fb777b89c6cca529979ab1202eb1af5458bd5d (diff) | |
download | wallabag-2054740fdbae49a3900d84e0b4d2a604c5b099a5.tar.gz wallabag-2054740fdbae49a3900d84e0b4d2a604c5b099a5.tar.zst wallabag-2054740fdbae49a3900d84e0b4d2a604c5b099a5.zip |
Fold travis make prepare
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0d716351..26707094 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -70,7 +70,9 @@ before_install: | |||
70 | 70 | ||
71 | script: | 71 | script: |
72 | - travis_wait bash composer install -o --no-interaction --no-progress --prefer-dist | 72 | - travis_wait bash composer install -o --no-interaction --no-progress --prefer-dist |
73 | - echo "travis_fold:start:prepare" | ||
73 | - make prepare DB=$DB | 74 | - make prepare DB=$DB |
75 | - echo "travis_fold:start:prepare" | ||
74 | 76 | ||
75 | - echo "travis_fold:start:fixtures" | 77 | - echo "travis_fold:start:fixtures" |
76 | - php bin/console doctrine:fixtures:load --no-interaction --env=test | 78 | - php bin/console doctrine:fixtures:load --no-interaction --env=test |