Update node version used in .travis.yml

This commit is contained in:
Mark Nelson 2020-05-30 13:13:10 +02:00
parent 4a45b5ab81
commit 1d4434ed15

View file

@ -30,8 +30,8 @@ env:
before_install:
- phpenv config-rm xdebug.ini
- nvm install 8.9
- nvm use 8.9
- nvm install 14.0
- nvm use 14.0
- cd ../..
- composer create-project -n --no-dev --prefer-dist blackboard-open-source/moodle-plugin-ci ci ^2
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"