diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-22 18:54:43 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-22 18:54:43 +0200 |
commit | 08dea0edb169ace675298385c1a3a8f1dc08a2c3 (patch) | |
tree | b30b2e21c0567de7d665758247d833da529d0852 | |
parent | 79c44cb4f84387904ebfa14a891cd838815627c1 (diff) | |
download | wallabag-08dea0edb169ace675298385c1a3a8f1dc08a2c3.tar.gz wallabag-08dea0edb169ace675298385c1a3a8f1dc08a2c3.tar.zst wallabag-08dea0edb169ace675298385c1a3a8f1dc08a2c3.zip |
Change travis configuration2.0.3
-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; |