diff options
author | Kevin Decherf <kevin@kdecherf.com> | 2017-11-01 13:22:38 +0100 |
---|---|---|
committer | Kevin Decherf <kevin@kdecherf.com> | 2017-11-19 12:33:21 +0100 |
commit | 8bde7de1ee4b6944e3f3d3024ed619ac5980be27 (patch) | |
tree | 18de38922cb46d36ba245a1fc006c28449571edc /.travis.yml | |
parent | c20327fc723863ca985ac36a4eacec1699d57a31 (diff) | |
download | wallabag-8bde7de1ee4b6944e3f3d3024ed619ac5980be27.tar.gz wallabag-8bde7de1ee4b6944e3f3d3024ed619ac5980be27.tar.zst wallabag-8bde7de1ee4b6944e3f3d3024ed619ac5980be27.zip |
Replace ant with Makefile
Fixes #1735
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6b279ed6..42fbb966 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -70,7 +70,7 @@ 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 | - ant prepare-$DB | 73 | - make prepare DB=$DB |
74 | 74 | ||
75 | - echo "travis_fold:start:migrations" | 75 | - echo "travis_fold:start:migrations" |
76 | - php bin/console doctrine:migrations:migrate --no-interaction --env=test | 76 | - php bin/console doctrine:migrations:migrate --no-interaction --env=test |