Skip to:
Content

bbPress.org

Changeset 6405


Ignore:
Timestamp:
04/24/2017 09:24:45 AM (8 years ago)
Author:
netweb
Message:

Build Tools: Remove HHVM from the test infrastructure on Travis.

Fixes #3104.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r6376 r6405  
    3333    - php: nightly
    3434      env: WP_VERSION=master
    35     - php: hhvm
    36       env: WP_VERSION=master
    37       sudo: required
    38       dist: trusty
    39       group: edge
    40       addons:
    41         apt:
    42           packages:
    43             - mysql-server-5.6
    44             - mysql-client-core-5.6
    45             - mysql-client-5.6
    4635  allow_failures:
    4736    - php: nightly
    48     - php: hhvm
    4937#  fast_finish: true
    5038
     
    8270    - mysql --version
    8371    - php --version
    84     - |
    85       if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' ]]; then
    86         php -m
    87       fi
    8872    - php -m
    8973    - phpunit --version
Note: See TracChangeset for help on using the changeset viewer.