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

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

parent e861f96d
Branches
No related tags found
No related merge requests found
......@@ -27,8 +27,8 @@ env:
before_install:
- phpenv config-rm xdebug.ini
- nvm install 8.9
- nvm use 8.9
- nvm install 14 # moodle-plugin-ci still uses 8.9, but Moodle core switched to 14 in MDL-66109.
- nvm use 14
- cd ../..
- 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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment