aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-04 17:18:29 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-04 17:18:29 +0200
commit4c212ca7d92392e7a0976061e087206a824bb014 (patch)
tree67da3589ba7b282beb92c0a2499d64a48f6ab031 /.travis.yml
parentc36f5adce2dcf30affe972fe8752e98aeb8d57a1 (diff)
downloadwallabag-4c212ca7d92392e7a0976061e087206a824bb014.tar.gz
wallabag-4c212ca7d92392e7a0976061e087206a824bb014.tar.zst
wallabag-4c212ca7d92392e7a0976061e087206a824bb014.zip
Release wallabag 2.1.12.1.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 f1334f52..b1332ff3 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
72script: 72script:
73 - travis_wait bash composer install -o --no-interaction --no-progress --prefer-dist 73 - travis_wait bash 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;