From 647c634dc496121468e11f329cabd14f5b4554b9 Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Mon, 11 Feb 2019 09:22:02 +1300 Subject: [PATCH] Update .travis.yml Co-Authored-By: NightJar --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index efa691e..f7f6a7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_script: - phpenv config-rm xdebug.ini - composer validate - composer require silverstripe/installer:"$INSTALLER_VERSION" ezyang/htmlpurifier:* --no-update - - if [[ $DB == PGSQL ]]; then composer require --no-update silverstripe/postgresql:2.x-dev; fi + - if [[ $DB == PGSQL ]]; then composer require --no-update silverstripe/postgresql:2.2.x-dev; fi - composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile script: