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

Test with old command

This commit is contained in:
Nicolas Lœuillet 2016-03-12 11:49:24 +01:00
parent df3f45d4d0
commit 14044c99c0

View file

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