diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-21 09:56:28 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-21 09:56:28 +0100 |
commit | 90352b4dfb82af182444c703b6fb2037b1f06ff9 (patch) | |
tree | e06c5eda5af6e86994c3693600d06dcfaf08ec62 /.travis.yml | |
parent | 83fed2648bf49f9d22903a18284dbaa9d661034c (diff) | |
download | wallabag-2.1.5.tar.gz wallabag-2.1.5.tar.zst wallabag-2.1.5.zip |
Release wallabag 2.1.52.1.5
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 a8f6a744..3f9561b3 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -70,7 +70,7 @@ before_install: | |||
70 | - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; | 70 | - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; |
71 | 71 | ||
72 | script: | 72 | script: |
73 | - travis_wait bash composer install -o --no-interaction --no-progress --prefer-dist | 73 | - travis_wait composer update --no-interaction --no-progress |
74 | - ant prepare-$DB | 74 | - ant prepare-$DB |
75 | - if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then phpunit -v ; fi; | 75 | - if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then phpunit -v ; fi; |
76 | - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; | 76 | - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; |