forked from wallabag/wallabag
Replace ant with Makefile
Fixes #1735 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
@ -70,7 +70,7 @@ before_install:
|
||||
|
||||
script:
|
||||
- travis_wait bash composer install -o --no-interaction --no-progress --prefer-dist
|
||||
- ant prepare-$DB
|
||||
- make prepare DB=$DB
|
||||
|
||||
- echo "travis_fold:start:migrations"
|
||||
- php bin/console doctrine:migrations:migrate --no-interaction --env=test
|
||||
|
||||
Reference in New Issue
Block a user