Skip to:
Content

bbPress.org

Changeset 6376


Ignore:
Timestamp:
03/10/2017 09:17:45 PM (9 years ago)
Author:
netweb
Message:

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

Props johnbillion.
See #3085.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r6375 r6376  
    8282    - mysql --version
    8383    - php --version
     84    - |
     85      if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' ]]; then
     86        php -m
     87      fi
    8488    - php -m
    8589    - phpunit --version
Note: See TracChangeset for help on using the changeset viewer.