Index: .travis.yml
===================================================================
--- .travis.yml	(revision 37754)
+++ .travis.yml	(working copy)
@@ -35,6 +35,13 @@
   - php: hhvm
   - php: nightly
 before_install:
+- mysql --version
+- phpenv versions
+- npm --version
+- node --version
+- nvm install 4
+- 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 +62,6 @@
 - npm install -g grunt-cli
 - npm install
 - npm prune
-- mysql --version
-- phpenv versions
-- npm --version
-- node --version
 script: grunt $WP_TRAVISCI
 notifications:
   slack:
Index: package.json
===================================================================
--- package.json	(revision 37754)
+++ package.json	(working copy)
@@ -8,6 +8,9 @@
   },
   "author": "The WordPress Contributors",
   "license": "GPL-2.0+",
+  "engines": {
+    "node": ">=4.2.1"
+  },
   "devDependencies": {
     "autoprefixer": "~6.3.3",
     "grunt": "~0.4.5",
