aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-12-26 16:04:28 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-12-26 16:04:28 +0100
commit58411a734ab61ccfc5e632ab3a22253ec4ffae0e (patch)
treed8517417588b54e7c1b06a2a9b404a59561f78ba /.travis.yml
parent3473e600b1d0ae0695b8c15342a6a1f76e2bc973 (diff)
downloadwallabag-2.3.1.tar.gz
wallabag-2.3.1.tar.zst
wallabag-2.3.1.zip
Release wallabag 2.3.12.3.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 c6c03dc3..57b3aa53 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 - echo "travis_fold:start:prepare" 73 - echo "travis_fold:start:prepare"
74 - make prepare DB=$DB 74 - make prepare DB=$DB
75 - echo "travis_fold:end:prepare" 75 - echo "travis_fold:end:prepare"