Index: branches/4.4/.travis.yml
===================================================================
--- branches/4.4/.travis.yml	(revision 37754)
+++ branches/4.4/.travis.yml	(working copy)
@@ -27,6 +27,8 @@
   - php: hhvm
   - php: nightly
 before_install:
+- npm --version
+- node --version
 - WP_CORE_DIR=/tmp/wordpress/
 - git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen
 - |
@@ -47,8 +49,6 @@
 - npm install -g npm
 - npm install -g grunt-cli
 - npm install
-- npm --version
-- node --version
 script: grunt $WP_TRAVISCI
 notifications:
   slack:
Index: branches/4.5/.travis.yml
===================================================================
--- branches/4.5/.travis.yml	(revision 37754)
+++ branches/4.5/.travis.yml	(working copy)
@@ -30,6 +30,8 @@
   - php: hhvm
   - php: nightly
 before_install:
+- npm --version
+- node --version
 - WP_CORE_DIR=/tmp/wordpress/
 - git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen
 - |
@@ -50,8 +52,6 @@
 - npm install -g npm
 - npm install -g grunt-cli
 - npm install
-- npm --version
-- node --version
 script: grunt $WP_TRAVISCI
 notifications:
   slack:
Index: trunk/.travis.yml
===================================================================
--- trunk/.travis.yml	(revision 37754)
+++ trunk/.travis.yml	(working copy)
@@ -35,6 +35,10 @@
   - php: hhvm
   - php: nightly
 before_install:
+- mysql --version
+- phpenv versions
+- npm --version
+- node --version
 - git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen
 - |
   if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
@@ -55,10 +59,6 @@
 - npm install -g grunt-cli
 - npm install
 - npm prune
-- mysql --version
-- phpenv versions
-- npm --version
-- node --version
 script: grunt $WP_TRAVISCI
 notifications:
   slack:
