Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
Project
M
moodle-auth_ldap_syncplus
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-auth_ldap_syncplus
Commits
38985647
Commit
38985647
authored
Dec 6, 2018
by
Kathrin Osswald
Browse files
Options
Downloads
Patches
Plain Diff
Changed travis.yml due to upstream changes.
parent
8daa3038
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+7
-4
7 additions, 4 deletions
.travis.yml
CHANGES.md
+4
-0
4 additions, 0 deletions
CHANGES.md
with
11 additions
and
4 deletions
.travis.yml
+
7
−
4
View file @
38985647
...
...
@@ -7,11 +7,14 @@ sudo: required
addons
:
firefox
:
"
47.0.1"
postgresql
:
"
9.
3
"
postgresql
:
"
9.
4
"
apt
:
packages
:
-
oracle-java8-installer
-
oracle-java8-set-default
# 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
:
...
...
@@ -34,7 +37,7 @@ before_install:
-
nvm install
8.9
-
nvm use
8.9
-
cd ../..
-
composer create-project -n --no-dev --prefer-dist
moodlerooms
/moodle-plugin-ci ci ^2
-
composer create-project -n --no-dev --prefer-dist
blackboard-open-source
/moodle-plugin-ci ci ^2
-
export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
install
:
...
...
...
...
This diff is collapsed.
Click to expand it.
CHANGES.md
+
4
−
0
View file @
38985647
...
...
@@ -4,6 +4,10 @@ moodle-auth_ldap_syncplus
Changes
-------
### Unreleased
*
2018-12-05 - Changed travis.yml due to upstream changes.
### v3.5-r1
*
2018-06-25 - Bugfix: Creating users and first logins resulted in a fatal error in 3.5 because of a visibility change of update_user_record() in Moodle core.
...
...
...
...
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
sign in
to comment