diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d397c872..11c35a21 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -53,7 +53,7 @@ before_install: | |||
53 | - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; | 53 | - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; |
54 | 54 | ||
55 | script: | 55 | script: |
56 | - travis_wait composer install --no-interaction --no-progress --prefer-dist -o | 56 | - travis_wait composer update --no-interaction --no-progress |
57 | - ant prepare-$DB | 57 | - ant prepare-$DB |
58 | - bin/phpunit -v | 58 | - bin/phpunit -v |
59 | - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; | 59 | - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; |