Forgot .travis.yml file

This commit is contained in:
Nicolas Lœuillet 2016-11-04 13:59:40 +01:00
parent fbffcdad7c
commit b6a3e571b2
No known key found for this signature in database
GPG key ID: BDC1EFB5CA0145F2

View file

@ -70,7 +70,7 @@ before_install:
- if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi;
script:
- travis_wait bash composer install -o --no-interaction --no-progress --prefer-dist
- travis_wait bash composer update --no-interaction --no-progress
- ant prepare-$DB
- if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then phpunit -v ; fi;
- if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi;