aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-06-11 14:27:59 +0300
committerValentin Popov <info@valentineus.link>2018-06-11 14:27:59 +0300
commitfaa816f34651c0c585cd75bdf234e7b60d74c5e3 (patch)
tree568371e539de8a13d7d400f30f82a936b7a821ec /.travis.yml
parentb8801a458743a3815e57aa24383e8a8bb82ca9cd (diff)
downloadtool_apisiteadmins-faa816f34651c0c585cd75bdf234e7b60d74c5e3.tar.xz
tool_apisiteadmins-faa816f34651c0c585cd75bdf234e7b60d74c5e3.zip
Updating the PostgreSQL version
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
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: