diff options
author | Valentin Popov <info@valentineus.link> | 2019-04-28 13:17:31 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-04-28 13:17:31 +0300 |
commit | 0cdfc1b1cf8d9c17940803c2bb7ae420b880088b (patch) | |
tree | 8ea43fe9d232f4e8cc077c13fdbec7130ddf1e3f /.travis.yml | |
parent | a2bc4b735c54278304234f6d7e105c36ea847f0c (diff) | |
download | local_webhooks-0cdfc1b1cf8d9c17940803c2bb7ae420b880088b.tar.xz local_webhooks-0cdfc1b1cf8d9c17940803c2bb7ae420b880088b.zip |
Disable a tests old version
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 6032380..101f302 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,10 +52,6 @@ script: jobs: include: - - stage: test old - env: DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE - php: 5.6 - - stage: deploy php: 7.2 |