mirror of
git://develop.git.wordpress.org/
synced 2025-03-15 01:19:51 +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.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:
parent
edb9596c6b
commit
cf248314d9
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user