From 86db4d88fe320eaf2d9a5dae22d9727c39b0e0df Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Mon, 22 Dec 2014 23:46:46 +0000 Subject: [PATCH] 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 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2883eb62fc..2331fd99d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,7 @@ before_install: svn checkout https://plugins.svn.wordpress.org/wordpress-importer/trunk tests/phpunit/data/plugins/wordpress-importer fi before_script: +- npm install -g npm - npm install -g grunt-cli - npm install script: grunt $WP_TRAVISCI