diff options
author | Valentin Popov <info@valentineus.link> | 2018-06-11 14:18:26 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-06-11 14:18:26 +0300 |
commit | 8d2ff185912c6aee4d9c790613610d2f45ba90b2 (patch) | |
tree | aa2f7f8d8d0ed11a67a97b4556f5fa288c0c7aca | |
parent | 902309163ea83d6440b5bcfada58e7006b0fc871 (diff) | |
download | tool_apisiteadmins-8d2ff185912c6aee4d9c790613610d2f45ba90b2.tar.xz tool_apisiteadmins-8d2ff185912c6aee4d9c790613610d2f45ba90b2.zip |
Removing old software from testing
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 210298a..5678560 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,19 +4,15 @@ sudo: false os: "linux" -php: - - 5.6 - - 7.2 +php: 7.2 env: - - DB=mysqli MOODLE_BRANCH=MOODLE_29_STABLE - DB=mysqli MOODLE_BRANCH=MOODLE_30_STABLE - DB=mysqli MOODLE_BRANCH=MOODLE_31_STABLE - DB=mysqli MOODLE_BRANCH=MOODLE_32_STABLE - DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE - DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE - DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE - - DB=pgsql MOODLE_BRANCH=MOODLE_29_STABLE - DB=pgsql MOODLE_BRANCH=MOODLE_30_STABLE - DB=pgsql MOODLE_BRANCH=MOODLE_31_STABLE - DB=pgsql MOODLE_BRANCH=MOODLE_32_STABLE |