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 ...@@ -4,7 +4,7 @@ sudo: true
addons: addons:
firefox: "47.0.1" firefox: "47.0.1"
postgresql: "9.4" postgresql: "9.5"
apt: apt:
packages: packages:
- openjdk-8-jre-headless - openjdk-8-jre-headless
...@@ -27,10 +27,12 @@ env: ...@@ -27,10 +27,12 @@ env:
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE - DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE - DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE - DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
- DB=pgsql MOODLE_BRANCH=master - DB=pgsql MOODLE_BRANCH=master
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE - DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE - DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE - DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
- DB=mysqli MOODLE_BRANCH=master - DB=mysqli MOODLE_BRANCH=master
matrix: matrix:
...@@ -39,10 +41,18 @@ matrix: ...@@ -39,10 +41,18 @@ matrix:
env: DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE env: DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
- php: 7.0 - php: 7.0
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE 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 - php: 7.0
env: DB=pgsql MOODLE_BRANCH=master env: DB=pgsql MOODLE_BRANCH=master
- php: 7.0 - php: 7.0
env: DB=mysqli MOODLE_BRANCH=master 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 - php: 7.3
env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
- php: 7.3 - php: 7.3
...@@ -62,7 +72,7 @@ jobs: ...@@ -62,7 +72,7 @@ jobs:
# Prechecks against latest Moodle stable only. # Prechecks against latest Moodle stable only.
- stage: static - stage: static
php: 7.3 php: 7.3
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE env: DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
install: install:
- moodle-plugin-ci install --no-init - moodle-plugin-ci install --no-init
script: script:
...@@ -78,7 +88,7 @@ jobs: ...@@ -78,7 +88,7 @@ jobs:
# Smaller build matrix for development builds # Smaller build matrix for development builds
- stage: develop - stage: develop
php: 7.3 php: 7.3
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE env: DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
install: install:
- moodle-plugin-ci install - moodle-plugin-ci install
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment