diff options
author | Valentin Popov <info@valentineus.link> | 2018-06-11 19:33:30 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-06-11 19:33:30 +0300 |
commit | 389ee99fcf69c26f5b185aa88949af527aad976c (patch) | |
tree | ed1fecd57a006fc77761c4158fcb8fd87ba282ff | |
parent | 217745824a9b5af8d6efc1bf5458fbd103b178ff (diff) | |
download | tool_apisiteadmins-389ee99fcf69c26f5b185aa88949af527aad976c.tar.xz tool_apisiteadmins-389ee99fcf69c26f5b185aa88949af527aad976c.zip |
Mini Fix
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 98e16eb..cc3569f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,15 +53,9 @@ script: jobs: include: - stage: test old + env: MOODLE_BRANCH=MOODLE_33_STABLE php: 5.6 - env: - global: - - MOODLE_BRANCH=MOODLE_33_STABLE - matrix: - - DB=mysqli - - DB=pgsql - - stage: deploy php: 7.2 |