From 41d59a238df856fac92c0d8d3fc6262974d4a6e5 Mon Sep 17 00:00:00 2001 From: Loz Calver Date: Tue, 22 Jan 2019 14:43:41 +0000 Subject: [PATCH] Update Travis configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f0fbdb3c..3d405645 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ before_script: - phpenv config-rm xdebug.ini - composer validate - - composer require silverstripe/recipe-core "$RECIPE_VERSION" --no-update + - composer require silverstripe/recipe-cms "$RECIPE_VERSION" --no-update - if [[ $DB == PGSQL ]]; then composer require silverstripe/postgresql:2.1.x-dev --no-update; fi - composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile