From faa816f34651c0c585cd75bdf234e7b60d74c5e3 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 11 Jun 2018 15:27:59 +0400 Subject: Updating the PostgreSQL version Signed-off-by: Valentin Popov --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0518346..5cd5ca1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,16 @@ language: php -sudo: false - os: "linux" - php: 7.2 +sudo: false + +addons: + postgresql: "10" env: + - DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE - DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE + - DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE - DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE before_install: -- cgit v1.2.3