Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-block_course_overview_campus
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
elc
moodle-block_course_overview_campus
Commits
556849ea
Commit
556849ea
authored
6 years ago
by
Alexander Bias
Browse files
Options
Downloads
Patches
Plain Diff
Synchronize .travis.yml with upstream moodle-plugin-ci, fix broken MySQL builds
parent
e25b1b43
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
+5
-8
5 additions, 8 deletions
.travis.yml
with
5 additions
and
8 deletions
.travis.yml
+
5
−
8
View file @
556849ea
language
:
php
# Workaround for fixing that Selenium server is not running and therefore Behat tests not working
sudo
:
required
# ORIGINAL
:
# sudo: false
sudo
:
true
services
:
-
mysql
addons
:
firefox
:
"
47.0.1"
postgresql
:
"
9.4"
apt
:
packages
:
# Workaround for fixing that Java could not be downloaded from Oracle website.
-
openjdk-8-jre-headless
# ORIGINAL:
# - oracle-java8-installer
# - oracle-java8-set-default
cache
:
directories
:
...
...
@@ -52,5 +48,6 @@ script:
-
moodle-plugin-ci savepoints
-
moodle-plugin-ci mustache
-
moodle-plugin-ci grunt
-
moodle-plugin-ci phpdoc
-
moodle-plugin-ci phpunit
-
moodle-plugin-ci behat --dump
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