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.5.

see #37116. 


git-svn-id: https://develop.svn.wordpress.org/branches/4.5@37733 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Aaron Jorbin 2016-06-16 17:31:08 +00:00
parent edb9596c6b
commit cf248314d9

View File

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