From 174925b7a90de69501545e7bfdcfd28a32e9e959 Mon Sep 17 00:00:00 2001
From: Aaron Jorbin <jorbin@git.wordpress.org>
Date: Thu, 16 Jun 2016 17:27:22 +0000
Subject: [PATCH] Output node and npm versions on travis

In order to make local debugging of travis easier, output the npm and node versions when travis runs


git-svn-id: https://develop.svn.wordpress.org/trunk@37730 602fd350-edb4-49c9-b593-d223f7449a82
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index bf9ca358fc..61801d3f9b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,6 +57,8 @@ before_script:
 - npm prune
 - mysql --version
 - phpenv versions
+- npm --version
+- node --version
 script: grunt $WP_TRAVISCI
 notifications:
   slack: