Skip to content

Commit

Permalink
Use nvm to install node on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Mar 10, 2021
1 parent 57551c6 commit e51618a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ php:
services:
- mysql

node_js:
- node

env:
global:
- WP_DEVELOP_DIR=/tmp/wordpress/
Expand All @@ -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

Expand Down

0 comments on commit e51618a

Please sign in to comment.