Skip to content

Commit e51618a

Browse files
committed
Use nvm to install node on Travis CI
1 parent 57551c6 commit e51618a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ php:
1111
services:
1212
- mysql
1313

14-
node_js:
15-
- node
16-
1714
env:
1815
global:
1916
- WP_DEVELOP_DIR=/tmp/wordpress/
@@ -30,6 +27,7 @@ env:
3027
# Prepare the system by installing prerequisites and dependencies.
3128
# Failures in this section will result in build status 'errored'.
3229
before_install:
30+
- nvm install node
3331
- composer self-update
3432
- npm install -g gulp
3533

0 commit comments

Comments
 (0)