aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2018-01-22 10:10:02 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2018-01-22 11:10:39 +0100
commitb1b4ae6f86bfe6fa2dca9abc879cd5c307b9626e (patch)
treee4e4f9b02e380aba4c1c79f45b70b997bc9f5854 /.travis.yml
parentf24e9bfab0f5d8b1bbac11e3ba731bd81157ee51 (diff)
downloadwallabag-b1b4ae6f86bfe6fa2dca9abc879cd5c307b9626e.tar.gz
wallabag-b1b4ae6f86bfe6fa2dca9abc879cd5c307b9626e.tar.zst
wallabag-b1b4ae6f86bfe6fa2dca9abc879cd5c307b9626e.zip
Release wallabag 2.3.22.3.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 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"