From c750d95f550c47194db55937cebdad093bf432f0 Mon Sep 17 00:00:00 2001 From: Vidar Langseid Date: Wed, 3 Oct 2018 13:16:25 +0200 Subject: [PATCH] Travis fix --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a24a3be0..93de545f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ branches: before_script: # Disable memory_limit for composer - echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini + - mkdir -p ~/.composer - cp bin/.travis/composer-auth.json ~/.composer/auth.json - composer install --no-progress --no-interaction --prefer-dist - if [ "$SOLR_VERSION" != "" ] ; then ./vendor/ezsystems/ezplatform-solr-search-engine/bin/.travis/init_solr.sh ; fi