Skip to content

Commit 86db4d8

Browse files
committed
Update npm on Travis CI as a part of build
Travis has an outdated version of NPM. While this is currently only generating a warning, in the future it could cause actual errors. Fixes #30823 git-svn-id: https://develop.svn.wordpress.org/trunk@30988 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 876ce71 commit 86db4d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ before_install:
3131
svn checkout https://plugins.svn.wordpress.org/wordpress-importer/trunk tests/phpunit/data/plugins/wordpress-importer
3232
fi
3333
before_script:
34+
- npm install -g npm
3435
- npm install -g grunt-cli
3536
- npm install
3637
script: grunt $WP_TRAVISCI

0 commit comments

Comments
 (0)