Change travis configuration

This commit is contained in:
Nicolas Lœuillet 2016-04-22 18:54:43 +02:00
parent 79c44cb4f8
commit 08dea0edb1
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A

View file

@ -53,7 +53,7 @@ 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 update --no-interaction --no-progress
- ant prepare-$DB
- bin/phpunit -v
- if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi;