Skip to content

Commit

Permalink
(update .travis.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagefoerde committed Aug 12, 2019
1 parent 88d9bab commit 2ca70b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,14 @@ env:
- 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_32_STABLE
- 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=master

before_install:
Expand All @@ -85,7 +87,7 @@ jobs:
# Prechecks against latest Moodle stable only.
- stage: static
php: 7.2
env: DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
script:
- moodle-plugin-ci phplint
- moodle-plugin-ci phpcpd
Expand All @@ -98,7 +100,7 @@ jobs:
# Smaller build matrix for development builds
- stage: develop
php: 7.2
env: DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
install:
- moodle-plugin-ci install
script:
Expand Down

0 comments on commit 2ca70b2

Please sign in to comment.