aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2018-06-15 07:33:35 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2018-06-19 09:45:19 +0200
commit92cb8acae9f4f6251d55ad9f105908e4344749b7 (patch)
tree54a5b761594be6e8bdc5eb787d859805d75b0599 /.travis.yml
parente586d65b64089fc1cc230a18c470aae3f45f91a6 (diff)
downloadwallabag-2.3.3.tar.gz
wallabag-2.3.3.tar.zst
wallabag-2.3.3.zip
Release wallabag 2.3.32.3.3
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"