Skip to content
Snippets Groups Projects
Commit 993329a8 authored by Justus Dieckmann's avatar Justus Dieckmann
Browse files

Travis: Test for Moodle 38 Release

parent 5c0e92f6
Branches
Tags
No related merge requests found
...@@ -20,24 +20,20 @@ services: ...@@ -20,24 +20,20 @@ services:
php: php:
- 7.0 - 7.0
- 7.1 - 7.1
- 7.3
env: env:
matrix: matrix:
- DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
- 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=master - DB=pgsql MOODLE_BRANCH=master
- DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
- 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=master - DB=mysqli MOODLE_BRANCH=master
matrix: matrix:
allow_failures:
- env: DB=pgsql MOODLE_BRANCH=master
- env: DB=mysqli MOODLE_BRANCH=master
exclude: exclude:
- php: 7.0 - php: 7.0
env: DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE env: DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
...@@ -61,7 +57,7 @@ jobs: ...@@ -61,7 +57,7 @@ jobs:
include: include:
# Prechecks against latest Moodle stable only. # Prechecks against latest Moodle stable only.
- stage: static - stage: static
php: 7.1 php: 7.3
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
install: install:
- moodle-plugin-ci install --no-init - moodle-plugin-ci install --no-init
...@@ -77,7 +73,7 @@ jobs: ...@@ -77,7 +73,7 @@ jobs:
- moodle-plugin-ci grunt - moodle-plugin-ci grunt
# Smaller build matrix for development builds # Smaller build matrix for development builds
- stage: develop - stage: develop
php: 7.1 php: 7.3
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
install: install:
- moodle-plugin-ci install - moodle-plugin-ci install
...@@ -88,7 +84,6 @@ jobs: ...@@ -88,7 +84,6 @@ jobs:
# Unit tests and behat tests against full matrix. # Unit tests and behat tests against full matrix.
install: install:
- moodle-plugin-ci install - moodle-plugin-ci install
-
script: script:
- moodle-plugin-ci phpunit --coverage-clover - moodle-plugin-ci phpunit --coverage-clover
- moodle-plugin-ci behat - moodle-plugin-ci behat
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment