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
471b97dc
Unverified
Commit
471b97dc
authored
5 years ago
by
Tobias Reischmann
Browse files
Options
Downloads
Patches
Plain Diff
Update travis for MOODLE_38_STABLE and new master
parent
3c554587
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+13
-3
13 additions, 3 deletions
.travis.yml
with
13 additions
and
3 deletions
.travis.yml
+
13
−
3
View file @
471b97dc
...
@@ -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_3
7
_STABLE
env
:
DB=mysqli MOODLE_BRANCH=MOODLE_3
8
_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_3
7
_STABLE
env
:
DB=mysqli MOODLE_BRANCH=MOODLE_3
8
_STABLE
install
:
install
:
-
moodle-plugin-ci install
-
moodle-plugin-ci install
script
:
script
:
...
...
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