From af5c535abc72ec32663b68324b9fdfb6ae7db3b0 Mon Sep 17 00:00:00 2001 From: Alexander Bias <alexander.bias@uni-ulm.de> Date: Wed, 3 Jun 2020 21:39:12 +0200 Subject: [PATCH] Update node version in .travis.yml after MDL-66109 upstream change. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1ef1934..e6e8a01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" -- GitLab