Skip to content
Snippets Groups Projects
Commit 38985647 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Changed travis.yml due to upstream changes.

parent 8daa3038
Branches
Tags
No related merge requests found
...@@ -7,11 +7,14 @@ sudo: required ...@@ -7,11 +7,14 @@ sudo: required
addons: addons:
firefox: "47.0.1" firefox: "47.0.1"
postgresql: "9.3" postgresql: "9.4"
apt: apt:
packages: packages:
- oracle-java8-installer # Workaround for fixing that Java could not be downloaded from Oracle website.
- oracle-java8-set-default - openjdk-8-jre-headless
# ORIGINAL:
# - oracle-java8-installer
# - oracle-java8-set-default
cache: cache:
directories: directories:
...@@ -34,7 +37,7 @@ before_install: ...@@ -34,7 +37,7 @@ before_install:
- nvm install 8.9 - nvm install 8.9
- nvm use 8.9 - nvm use 8.9
- cd ../.. - 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" - export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
install: install:
......
...@@ -4,6 +4,10 @@ moodle-auth_ldap_syncplus ...@@ -4,6 +4,10 @@ moodle-auth_ldap_syncplus
Changes Changes
------- -------
### Unreleased
* 2018-12-05 - Changed travis.yml due to upstream changes.
### v3.5-r1 ### 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. * 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment