Build/Test tools: Don't attempt to report PHP's extensions when running HHVM jobs on Travis. It doesn't work.

git-svn-id: https://develop.svn.wordpress.org/trunk@40267 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2017-03-10 15:30:33 +00:00
parent 44a5ef78d7
commit f5fddde456
1 changed files with 4 additions and 1 deletions

View File

@ -72,7 +72,10 @@ before_script:
- mysql --version
- phpenv versions
- php --version
- php -m
- |
if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' ]]; then
php -m
fi
- npm --version
- node --version
- phpunit --version