From e51618a04140bfb83259ec0120ee2e91212b4dc0 Mon Sep 17 00:00:00 2001 From: Shea Bunge Date: Wed, 10 Mar 2021 15:33:41 +1100 Subject: [PATCH] Use nvm to install node on Travis CI --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2d4c8552..00d06c46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,6 @@ php: services: - mysql -node_js: - - node - env: global: - WP_DEVELOP_DIR=/tmp/wordpress/ @@ -30,6 +27,7 @@ env: # Prepare the system by installing prerequisites and dependencies. # Failures in this section will result in build status 'errored'. before_install: + - nvm install node - composer self-update - npm install -g gulp