X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=ce50fcc45673a351e58eaa9760e1b7e00a2858f7;hb=d470f817ac1452260121279a455b697cf881ac96;hp=eb40953367e45d7a8d367132e214c5e44dc8fec3;hpb=3a696280075af753fc57ad1a0a6ca3636ef0255d;p=github%2Fwallabag%2Fwallabag.git diff --git a/.travis.yml b/.travis.yml index eb409533..ce50fcc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,17 +1,14 @@ language: php services: - - rabbitmq - - redis - -# faster builds on docker-container setup -sudo: false + - rabbitmq + - redis # used for HHVM addons: - apt: - packages: - - tidy + apt: + packages: + - tidy # cache vendor dirs cache: @@ -68,7 +65,7 @@ before_install: - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; script: - - travis_wait bash composer install -o --no-interaction --no-progress --prefer-dist + - COMPOSER_MEMORY_LIMIT=-1 travis_wait bash composer install -o --no-interaction --no-progress --prefer-dist - echo "travis_fold:start:prepare" - make prepare DB=$DB - echo "travis_fold:end:prepare"