Skip to content

Commit

Permalink
Update travis for MOODLE_38_STABLE and new master
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasreischmann committed Jan 21, 2020
1 parent 3c55458 commit 471b97d
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: true

addons:
firefox: "47.0.1"
postgresql: "9.4"
postgresql: "9.5"
apt:
packages:
- openjdk-8-jre-headless
Expand All @@ -27,10 +27,12 @@ env:
- 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_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

matrix:
Expand All @@ -39,10 +41,18 @@ matrix:
env: DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
- php: 7.0
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
- php: 7.0
env: DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
- php: 7.0
env: DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
- php: 7.0
env: DB=pgsql MOODLE_BRANCH=master
- php: 7.0
env: DB=mysqli MOODLE_BRANCH=master
- php: 7.1
env: DB=pgsql MOODLE_BRANCH=master
- php: 7.1
env: DB=mysqli MOODLE_BRANCH=master
- php: 7.3
env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
- php: 7.3
Expand All @@ -62,7 +72,7 @@ jobs:
# Prechecks against latest Moodle stable only.
- stage: static
php: 7.3
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
env: DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
install:
- moodle-plugin-ci install --no-init
script:
Expand All @@ -78,7 +88,7 @@ jobs:
# Smaller build matrix for development builds
- stage: develop
php: 7.3
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
env: DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
install:
- moodle-plugin-ci install
script:
Expand Down

0 comments on commit 471b97d

Please sign in to comment.