diff options
author | Valentin Popov <info@valentineus.link> | 2018-06-11 14:31:31 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-06-11 14:31:31 +0300 |
commit | 8e4dc79100a9bd21c979e6e27708a24bf37fcf94 (patch) | |
tree | cfea77ceac8f38a1325a8069473b7005659fff46 | |
parent | faa816f34651c0c585cd75bdf234e7b60d74c5e3 (diff) | |
download | tool_apisiteadmins-8e4dc79100a9bd21c979e6e27708a24bf37fcf94.tar.xz tool_apisiteadmins-8e4dc79100a9bd21c979e6e27708a24bf37fcf94.zip |
Added services for testing
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5cd5ca1..e10d610 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,10 @@ sudo: false addons: postgresql: "10" +services: + - "mysql" + - "postgresql" + env: - DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE - DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE |