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

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

parent d0b05a88
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"
......
...@@ -6,6 +6,7 @@ Changes ...@@ -6,6 +6,7 @@ Changes
### Unreleased ### Unreleased
* 2017-11-07 - Updated travis.yml to use newer node version for fixing TravisCI error.
* 2017-10-17 - Minor change in SCSS to fit the borders of the current section in the periods format into the section. * 2017-10-17 - Minor change in SCSS to fit the borders of the current section in the periods format into the section.
### Release v3.2-r5 ### Release v3.2-r5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment