diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-06-15 07:33:35 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-06-19 09:45:19 +0200 |
commit | 92cb8acae9f4f6251d55ad9f105908e4344749b7 (patch) | |
tree | 54a5b761594be6e8bdc5eb787d859805d75b0599 /.travis.yml | |
parent | e586d65b64089fc1cc230a18c470aae3f45f91a6 (diff) | |
download | wallabag-92cb8acae9f4f6251d55ad9f105908e4344749b7.tar.gz wallabag-92cb8acae9f4f6251d55ad9f105908e4344749b7.tar.zst wallabag-92cb8acae9f4f6251d55ad9f105908e4344749b7.zip |
Release wallabag 2.3.32.3.3
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 | ||
71 | script: | 71 | script: |
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" |