Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-tool_lifecycle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-tool_lifecycle
Commits
993329a8
Commit
993329a8
authored
5 years ago
by
Justus Dieckmann
Browse files
Options
Downloads
Patches
Plain Diff
Travis: Test for Moodle 38 Release
parent
5c0e92f6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+3
-8
3 additions, 8 deletions
.travis.yml
with
3 additions
and
8 deletions
.travis.yml
+
3
−
8
View file @
993329a8
...
...
@@ -20,24 +20,20 @@ services:
php
:
-
7.0
-
7.1
-
7.3
env
:
matrix
:
-
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_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
matrix
:
allow_failures
:
-
env
:
DB=pgsql MOODLE_BRANCH=master
-
env
:
DB=mysqli MOODLE_BRANCH=master
exclude
:
-
php
:
7.0
env
:
DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
...
...
@@ -61,7 +57,7 @@ jobs:
include
:
# Prechecks against latest Moodle stable only.
-
stage
:
static
php
:
7.
1
php
:
7.
3
env
:
DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
install
:
-
moodle-plugin-ci install --no-init
...
...
@@ -77,7 +73,7 @@ jobs:
-
moodle-plugin-ci grunt
# Smaller build matrix for development builds
-
stage
:
develop
php
:
7.
1
php
:
7.
3
env
:
DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
install
:
-
moodle-plugin-ci install
...
...
@@ -88,7 +84,6 @@ jobs:
# Unit tests and behat tests against full matrix.
install
:
-
moodle-plugin-ci install
-
script
:
-
moodle-plugin-ci phpunit --coverage-clover
-
moodle-plugin-ci behat
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment