diff options
-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 |