Build/Test Tools: add php info to travis output

Fixes #48041.


git-svn-id: https://develop.svn.wordpress.org/trunk@46114 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Aaron Jorbin 2019-09-14 19:27:46 +00:00
parent 926bcf1278
commit 4a0f1f2a5a

View File

@ -99,6 +99,8 @@ before_script:
- curl --version
- git --version
- svn --version
- php --version
- php -i
- locale -a
script: