Skip to content

Commit

Permalink
Travis: Test against Moodle-39-Branch
Browse files Browse the repository at this point in the history
  • Loading branch information
justusdieckmann authored and tobiasreischmann committed Jun 26, 2020
1 parent fa42f40 commit 7cfd089
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ env:
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
#- DB=pgsql MOODLE_BRANCH=MOODLE_39_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_39_STABLE
- DB=pgsql MOODLE_BRANCH=master
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
#- DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
- DB=mysqli MOODLE_BRANCH=master

before_install:
Expand All @@ -45,7 +45,7 @@ jobs:
# Prechecks against latest Moodle stable only.
- stage: static
php: 7.4
env: DB=mysqli MOODLE_BRANCH=master #TODO 39
env: DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
install:
- moodle-plugin-ci install --no-init
script:
Expand All @@ -61,7 +61,7 @@ jobs:
# Smaller build matrix for development builds
- stage: develop
php: 7.4
env: DB=mysqli MOODLE_BRANCH=master #TODO 39
env: DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
exclude:
- php: 7.3
env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
Expand Down

0 comments on commit 7cfd089

Please sign in to comment.