mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
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:
parent
2aa2ea5249
commit
cdb64bf8f3
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user