From c5d767d8d40d4d4ded6076a1ea2e9d31d2dd66b6 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 20 Mar 2020 13:27:31 -0500 Subject: [PATCH] Issue #1675: Test postgresql configuration again. --- .travis.yml | 11 +++++------ ...sql.config.yml => ubuntu-18-postgresql.config.yml} | 0 2 files changed, 5 insertions(+), 6 deletions(-) rename tests/{ubuntu-16-postgresql.config.yml => ubuntu-18-postgresql.config.yml} (100%) diff --git a/.travis.yml b/.travis.yml index 095ea2d34..ac342ecf4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,13 +37,12 @@ env: DRUSH_BIN: "${DRUPALVM_DIR}/drupal/vendor/bin/drush" TEST_INSTALLED_EXTRAS: false - # TODO: See https://github.com/geerlingguy/drupal-vm/issues/1675 # PostgreSQL - Ubuntu 18.04. - # - type: postgresql - # distro: ubuntu1804 - # local_config: tests/ubuntu-18-postgresql.config.yml - # config_dir: /var/www/drupalvm/config - # TEST_INSTALLED_EXTRAS: false + - type: postgresql + distro: ubuntu1804 + local_config: tests/ubuntu-18-postgresql.config.yml + config_dir: /var/www/drupalvm/config + TEST_INSTALLED_EXTRAS: false before_install: # Install lint tools. diff --git a/tests/ubuntu-16-postgresql.config.yml b/tests/ubuntu-18-postgresql.config.yml similarity index 100% rename from tests/ubuntu-16-postgresql.config.yml rename to tests/ubuntu-18-postgresql.config.yml