Skip to content

Commit

Permalink
Issue #64 - Disabling tests for Moodle 32+.
Browse files Browse the repository at this point in the history
  • Loading branch information
roperto committed Mar 6, 2018
1 parent 82a7ecb commit 4a9cc27
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,24 @@ addons:
env:
matrix:
- DB=pgsql MOODLE_BRANCH=MOODLE_31_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_32_STABLE CI_PLUGIN=2
- DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE CI_PLUGIN=2
- DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE CI_PLUGIN=2
- DB=pgsql MOODLE_BRANCH=master CI_PLUGIN=2
# - DB=pgsql MOODLE_BRANCH=MOODLE_32_STABLE CI_PLUGIN=2
# - DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE CI_PLUGIN=2
# - DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE CI_PLUGIN=2
# - DB=pgsql MOODLE_BRANCH=master CI_PLUGIN=2
- DB=mysqli MOODLE_BRANCH=MOODLE_31_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_32_STABLE CI_PLUGIN=2
- DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE CI_PLUGIN=2
- DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE CI_PLUGIN=2
- DB=mysqli MOODLE_BRANCH=master CI_PLUGIN=2
# - DB=mysqli MOODLE_BRANCH=MOODLE_32_STABLE CI_PLUGIN=2
# - DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE CI_PLUGIN=2
# - DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE CI_PLUGIN=2
# - DB=mysqli MOODLE_BRANCH=master CI_PLUGIN=2

matrix:
include:
- php: 5.6
env: DB=pgsql MOODLE_BRANCH=MOODLE_31_STABLE
- php: 5.6
env: DB=mysqli MOODLE_BRANCH=MOODLE_31_STABLE
- php: 7.1
env: DB=mysqli MOODLE_BRANCH=master
- php: 7.2
env: DB=pgsql MOODLE_BRANCH=master
# - php: 7.1
# env: DB=mysqli MOODLE_BRANCH=master CI_PLUGIN=2
# - php: 7.2
# env: DB=pgsql MOODLE_BRANCH=master CI_PLUGIN=2

before_install:
- sudo hostname short-hostname
Expand All @@ -62,7 +60,7 @@ install:
script:
- moodle-plugin-ci phplint
# - moodle-plugin-ci phpcpd
# - moodle-plugin-ci phpmd
- moodle-plugin-ci phpmd
- moodle-plugin-ci codechecker
- moodle-plugin-ci validate
- if [ "$CI_PLUGIN" = 2 ]; then
Expand Down

0 comments on commit 4a9cc27

Please sign in to comment.