aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-03-02 14:47:51 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-03-02 14:47:51 +0100
commit90e74c6337481820821bb41316fa908a1bde42ac (patch)
tree1c612384a8b3c4daa148db68a7e8a63b535e244b /.travis.yml
parent8c565e3b732a7b0d8318aa774825e9c27da7eb25 (diff)
downloadwallabag-2.2.2.tar.gz
wallabag-2.2.2.tar.zst
wallabag-2.2.2.zip
Release wallabag 2.2.22.2.2
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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
70script: 70script:
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;