diff options
author | Valentin Popov <info@valentineus.link> | 2018-06-11 19:50:33 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-06-11 19:50:33 +0300 |
commit | 21cf0558fce3e491243cd02efcd2a866277f3839 (patch) | |
tree | 0d20c99d7fd17b85fdaca96b873e2a1cf8aa7fb4 | |
parent | 57c8057f2989b53e4ba7ed0131132f4056ac6d90 (diff) | |
download | tool_apisiteadmins-21cf0558fce3e491243cd02efcd2a866277f3839.tar.xz tool_apisiteadmins-21cf0558fce3e491243cd02efcd2a866277f3839.zip |
Added databases for older versions
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index aa07be0..78ec3da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,8 +53,10 @@ script: jobs: include: - stage: test old - env: MOODLE_BRANCH=MOODLE_33_STABLE php: 5.6 + env: + - DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE + - DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE - stage: deploy php: 7.2 |