diff options
author | Valentin Popov <info@valentineus.link> | 2018-06-11 19:52:15 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-06-11 19:52:15 +0300 |
commit | 78d5acfb0613cbd0f4d2fa62df0b2246e1268ba0 (patch) | |
tree | 968c978aafa320e5a97a666215817ab1fc4811b6 | |
parent | 21cf0558fce3e491243cd02efcd2a866277f3839 (diff) | |
download | tool_apisiteadmins-78d5acfb0613cbd0f4d2fa62df0b2246e1268ba0.tar.xz tool_apisiteadmins-78d5acfb0613cbd0f4d2fa62df0b2246e1268ba0.zip |
Fix env
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 78ec3da..6270ce6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,10 +53,8 @@ script: jobs: include: - stage: test old + env: DB=mysqli 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 |