diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-01-28 08:34:04 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-01-28 08:34:04 +0100 |
commit | 0e62de99f0e8aca16572c4eb3074859c8de434c8 (patch) | |
tree | e8ea67d67593e66225a27a7457c74b6af2693834 /.travis.yml | |
parent | ec67907420641b238683c8e103b9d0e6058bc7b5 (diff) | |
download | wallabag-0e62de99f0e8aca16572c4eb3074859c8de434c8.tar.gz wallabag-0e62de99f0e8aca16572c4eb3074859c8de434c8.tar.zst wallabag-0e62de99f0e8aca16572c4eb3074859c8de434c8.zip |
Release wallabag 2.2.02.2.0
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8c8093bf..365cc881 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -69,7 +69,7 @@ before_install: | |||
69 | - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; | 69 | - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; |
70 | 70 | ||
71 | script: | 71 | script: |
72 | - travis_wait bash composer install -o --no-interaction --no-progress --prefer-dist | 72 | - travis_wait composer update --no-interaction --no-progress |
73 | - ant prepare-$DB | 73 | - ant prepare-$DB |
74 | - if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then ./bin/simple-phpunit -v ; fi; | 74 | - if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then ./bin/simple-phpunit -v ; fi; |
75 | - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; | 75 | - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; |