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.

[37730] for 4.4

see #37116



git-svn-id: https://develop.svn.wordpress.org/branches/4.4@37731 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Aaron Jorbin 2016-06-16 17:29:35 +00:00
parent 2aa2ea5249
commit cdb64bf8f3

View File

@ -47,6 +47,8 @@ before_script:
- npm install -g npm
- npm install -g grunt-cli
- npm install
- npm --version
- node --version
script: grunt $WP_TRAVISCI
notifications:
slack: