Skip to content

Commit

Permalink
Travis: Testing for Moodle 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
justusdieckmann committed Nov 7, 2019
1 parent b31b9b1 commit faa23cd
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ cache:
php:
- 7.0
- 7.1
- 7.2
- 7.3

matrix:
Expand All @@ -31,18 +30,6 @@ 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=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
- php: 7.0
Expand All @@ -58,14 +45,10 @@ env:
- IGNORE_PATHS=thirdparty
- 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=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
Expand All @@ -83,8 +66,8 @@ jobs:
include:
# Prechecks against latest Moodle stable only.
- stage: static
php: 7.2
env: DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
php: 7.3
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
install:
- moodle-plugin-ci install --no-init
script:
Expand All @@ -98,8 +81,8 @@ jobs:
- moodle-plugin-ci grunt
# Smaller build matrix for development builds
- stage: develop
php: 7.2
env: DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
php: 7.3
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
install:
- moodle-plugin-ci install
script:
Expand Down

0 comments on commit faa23cd

Please sign in to comment.