Update node version used in .travis.yml
This commit is contained in:
parent
7d91af9117
commit
1eb24ae74e
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ env:
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- phpenv config-rm xdebug.ini
|
- phpenv config-rm xdebug.ini
|
||||||
- nvm install 8.9
|
- nvm install 14.0
|
||||||
- nvm use 8.9
|
- nvm use 14.0
|
||||||
- cd ../..
|
- cd ../..
|
||||||
- composer create-project -n --no-dev --prefer-dist blackboard-open-source/moodle-plugin-ci ci ^2
|
- 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"
|
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
|
||||||
|
|
Loading…
Reference in a new issue