diff options
author | Valentin Popov <info@valentineus.link> | 2018-06-11 14:36:38 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-06-11 14:36:38 +0300 |
commit | 656b560a04948bf0089c7e43e5d89da689f62a32 (patch) | |
tree | 8ed4411784ce780147d80bce7078aa79a4b91413 | |
parent | 8e4dc79100a9bd21c979e6e27708a24bf37fcf94 (diff) | |
download | tool_apisiteadmins-656b560a04948bf0089c7e43e5d89da689f62a32.tar.xz tool_apisiteadmins-656b560a04948bf0089c7e43e5d89da689f62a32.zip |
Rollback of the test file to the previous version
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | .travis.yml | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index e10d610..2550f4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,19 +1,25 @@ language: php os: "linux" -php: 7.2 sudo: false -addons: - postgresql: "10" - -services: - - "mysql" - - "postgresql" +php: + - 5.6 + - 7.1 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 + - DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE - DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE - DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE |