Make WordPress Core

Changeset 40267


Ignore:
Timestamp:
03/10/2017 03:30:33 PM (7 years ago)
Author:
johnbillion
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r40259 r40267  
    7373- phpenv versions
    7474- php --version
    75 - php -m
     75- |
     76  if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' ]]; then
     77    php -m
     78  fi
    7679- npm --version
    7780- node --version
Note: See TracChangeset for help on using the changeset viewer.