Skip to content

Commit

Permalink
Merge branch 'moodle38'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagefoerde committed Dec 3, 2019
2 parents 9585e35 + c065a57 commit b32851a
Showing 1 changed file with 16 additions and 21 deletions.
37 changes: 16 additions & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ cache:
php:
- 7.0
- 7.1
- 7.2
- 7.3

addons:
Expand All @@ -30,18 +29,14 @@ matrix:
env: DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
- php: 7.3
env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
- php: 7.3
env: DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
- php: 7.3
env: DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
- php: 7.3
env: DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
- php: 7.3
env: DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE
- php: 7.2
env: DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE
- php: 7.2
env: DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
- php: 7.0
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
- php: 7.0
env: DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
- php: 7.0
env: DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
- php: 7.0
env: DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
- php: 7.0
env: DB=pgsql MOODLE_BRANCH=master
- php: 7.0
Expand All @@ -52,15 +47,15 @@ env:
global:
- IGNORE_PATHS=amd/build BEHAT=yes
matrix:
- DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
- DB=pgsql MOODLE_BRANCH=master
- DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
- DB=mysqli MOODLE_BRANCH=master

before_install:
Expand All @@ -78,8 +73,8 @@ jobs:
include:
# Prechecks against latest Moodle stable only.
- stage: static
php: 7.2
env: DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
php: 7.3
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
script:
- moodle-plugin-ci phplint
# - moodle-plugin-ci phpcpd
Expand All @@ -91,8 +86,8 @@ jobs:
- moodle-plugin-ci validate
# Smaller build matrix for development builds
- stage: develop
php: 7.2
env: DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
php: 7.3
env: DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
script:
- moodle-plugin-ci phpunit --coverage-clover
- moodle-plugin-ci behat
Expand Down

0 comments on commit b32851a

Please sign in to comment.