diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2017-12-27 09:30:04 +0100 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2017-12-27 09:30:04 +0100 |
commit | 0603c47b4ba2baf89a39fc69108f29022083f77e (patch) | |
tree | 9d8115c7b90eaed36dc9ce1fbea076a93d16b524 | |
parent | 6900c148855bb618e44f490e65dbdcd7c98e8619 (diff) |
Remove php5 from travis job
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 1c89428..14f73bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ cache: - $HOME/.composer/cache php: - - 5.6 +# - 5.6 - 7.0 - 7.1 @@ -36,7 +36,7 @@ install: script: - moodle-plugin-ci phplint - moodle-plugin-ci csslint - # - moodle-plugin-ci stylelint +# - moodle-plugin-ci stylelint - moodle-plugin-ci jshint - moodle-plugin-ci phpcpd - moodle-plugin-ci phpmd |