diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-03-02 14:47:51 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-03-02 14:47:51 +0100 |
commit | 90e74c6337481820821bb41316fa908a1bde42ac (patch) | |
tree | 1c612384a8b3c4daa148db68a7e8a63b535e244b /.travis.yml | |
parent | 8c565e3b732a7b0d8318aa774825e9c27da7eb25 (diff) | |
download | wallabag-90e74c6337481820821bb41316fa908a1bde42ac.tar.gz wallabag-90e74c6337481820821bb41316fa908a1bde42ac.tar.zst wallabag-90e74c6337481820821bb41316fa908a1bde42ac.zip |
Release wallabag 2.2.22.2.2
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 29ca7dc3..2bd11eac 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -68,7 +68,7 @@ before_install: | |||
68 | - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; | 68 | - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; |
69 | 69 | ||
70 | script: | 70 | script: |
71 | - travis_wait bash composer install -o --no-interaction --no-progress --prefer-dist | 71 | - travis_wait composer update --no-interaction --no-progress |
72 | - ant prepare-$DB | 72 | - ant prepare-$DB |
73 | - if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then ./bin/simple-phpunit -v ; fi; | 73 | - if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then ./bin/simple-phpunit -v ; fi; |
74 | - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; | 74 | - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; |