Skip to content
Snippets Groups Projects
Commit 6edb7b97 authored by Alexander Bias's avatar Alexander Bias
Browse files

Update node version in .travis.yml after MDL-66109 upstream change.

parent e1398d8c
Branches
Tags
No related merge requests found
...@@ -27,8 +27,8 @@ env: ...@@ -27,8 +27,8 @@ env:
before_install: before_install:
- phpenv config-rm xdebug.ini - phpenv config-rm xdebug.ini
- nvm install 8.9 - nvm install 14 # moodle-plugin-ci still uses 8.9, but Moodle core switched to 14 in MDL-66109.
- nvm use 8.9 - nvm use 14
- cd ../.. - cd ../..
- composer create-project -n --no-dev --prefer-dist blackboard-open-source/moodle-plugin-ci ci dev-master - composer create-project -n --no-dev --prefer-dist blackboard-open-source/moodle-plugin-ci ci dev-master
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH" - export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment