Skip to:
Content

BuddyPress.org

Changeset 11511 for trunk/.travis.yml


Ignore:
Timestamp:
03/10/2017 09:20:08 PM (8 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 #7464.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r11509 r11511  
    101101  - ruby --version
    102102  - php --version
    103   - php -m
     103  - |
     104    if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' ]]; then
     105      php -m
     106    fi
    104107  - phpunit --version
    105108  - curl --version
Note: See TracChangeset for help on using the changeset viewer.