Replace ant with Makefile

Fixes #1735

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf
2017-11-01 13:22:38 +01:00
parent c20327fc72
commit 8bde7de1ee
3 changed files with 28 additions and 146 deletions

View File

@ -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