Update .travis.yml

Co-Authored-By: NightJar <NightJar@users.noreply.github.com>
This commit is contained in:
Robbie Averill 2019-02-11 09:22:02 +13:00 committed by GitHub
parent 7d60fc2fe2
commit 647c634dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: