diff options
author | Valentin Popov <info@valentineus.link> | 2018-06-11 14:27:59 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-06-11 14:27:59 +0300 |
commit | faa816f34651c0c585cd75bdf234e7b60d74c5e3 (patch) | |
tree | 568371e539de8a13d7d400f30f82a936b7a821ec | |
parent | b8801a458743a3815e57aa24383e8a8bb82ca9cd (diff) | |
download | tool_apisiteadmins-faa816f34651c0c585cd75bdf234e7b60d74c5e3.tar.xz tool_apisiteadmins-faa816f34651c0c585cd75bdf234e7b60d74c5e3.zip |
Updating the PostgreSQL version
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | .travis.yml | 9 |
1 files 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: |