X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=c6d371a50e3637bf4911c8894e7e6714211557d3;hb=6daadb6c447757e87c1be9fa6df9917cc834603d;hp=819d29fdc947db3564094dca32d88410edeb3a43;hpb=162954763e6f68e0cf4002822007683bde62fc25;p=github%2Fwallabag%2Fwallabag.git diff --git a/.travis.yml b/.travis.yml index 819d29fd..c6d371a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,9 @@ before_script: - if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi; - if [[ "$DB" = "pgsql" ]]; then psql -c 'create database wallabag;' -U postgres; fi; +before_install: + - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; + script: - travis_wait composer update --no-interaction --no-progress - ant prepare-$DB