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

Updated travis.yml to use newer node version for fixing TravisCI error.

parent 21b9aa87
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,8 @@ env: ...@@ -29,7 +29,8 @@ env:
before_install: before_install:
- phpenv config-rm xdebug.ini - phpenv config-rm xdebug.ini
- nvm install node - nvm install 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 moodlerooms/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"
......
...@@ -4,6 +4,10 @@ moodle-block_course_overview_campus ...@@ -4,6 +4,10 @@ moodle-block_course_overview_campus
Changes Changes
------- -------
### Unreleased
* 2017-11-08 - Updated travis.yml to use newer node version for fixing TravisCI error.
### v3.2-r6 ### v3.2-r6
* 2017-06-16 - Bugfix: Prevent debug notice when there are no modules supporting the print_overview() function * 2017-06-16 - Bugfix: Prevent debug notice when there are no modules supporting the print_overview() function
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment