Skip to content
Snippets Groups Projects
Unverified Commit 471b97dc authored by Tobias Reischmann's avatar Tobias Reischmann
Browse files

Update travis for MOODLE_38_STABLE and new master

parent 3c554587
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ sudo: true
addons:
firefox: "47.0.1"
postgresql: "9.4"
postgresql: "9.5"
apt:
packages:
- openjdk-8-jre-headless
......@@ -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:
......@@ -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
......@@ -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:
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment