1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Update travis configuration for releasing

This commit is contained in:
Nicolas Lœuillet 2016-03-12 11:33:37 +01:00
parent 6c9bb06393
commit df3f45d4d0

View file

@ -50,6 +50,6 @@ before_install:
- if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi;
script:
- travis_wait composer install --no-interaction --no-progress --prefer-dist -o
- travis_wait composer install --no-interaction --no-progress --prefer-dist -o --no-dev
- ant prepare-$DB
- bin/phpunit -v