From 41c63638c83009e748761a0ad64c6abaebc43a26 Mon Sep 17 00:00:00 2001 From: Maxime Rainville Date: Wed, 28 Oct 2020 21:23:17 +1300 Subject: [PATCH] DEBUG Try installing source to see if we get the missing files --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e93ec4f..3dbcb7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: php -dist: trusty +dist: xenial addons: firefox: "31.0" @@ -34,7 +34,7 @@ before_script: - composer validate - composer require --no-update silverstripe/recipe-cms:"$RECIPE_VERSION" - if [[ $DB == PGSQL ]]; then composer require --no-update silverstripe/postgresql:2.1.x-dev; fi - - composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile + - composer install --prefer-source --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile # Start behat services - if [[ $BEHAT_TEST ]]; then echo 'SS_BASE_URL=http://localhost:8080/' >> .env; fi