aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-01-31 11:38:05 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-01-31 11:38:05 +0100
commit92995138fb84be1a54201b7a2af7ce5a12946fa1 (patch)
tree02f49f92570285fa82d5dfe20c8ef4502a04430f /.travis.yml
parent713f35bafd15a46f6a861a4c447504d7466371da (diff)
downloadwallabag-92995138fb84be1a54201b7a2af7ce5a12946fa1.tar.gz
wallabag-92995138fb84be1a54201b7a2af7ce5a12946fa1.tar.zst
wallabag-92995138fb84be1a54201b7a2af7ce5a12946fa1.zip
Release wallabag 2.2.12.2.1
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 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
71script: 71script:
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;