Skip to:
Content

BuddyPress.org

Changeset 11535 for trunk/.travis.yml


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

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

Fixes #7511.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r11534 r11535  
    3939    - php: 7.0
    4040      env: WP_VERSION=master BP_TRAVISCI=travis:codecoverage
    41     - php: hhvm
    42       env: WP_VERSION=master BP_TRAVISCI=travis:phpunit
    43       sudo: required
    44       dist: trusty
    45       group: edge
    46       addons:
    47         apt:
    48           packages:
    49             - mysql-server-5.6
    50             - mysql-client-core-5.6
    51             - mysql-client-5.6
    5241  exclude:
    5342    - php: 7.1
     
    6049    - php: 7.1
    6150    - php: nightly
    62     - php: hhvm
    6351    - env: WP_VERSION=master BP_TRAVISCI=travis:codecoverage
    6452# before_install: Failures in this section will result in build status 'errored'
     
    9886  - ruby --version
    9987  - php --version
    100   - |
    101     if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' ]]; then
    102       php -m
    103     fi
     88  - php -m
    10489  - phpunit --version
    10590  - curl --version
Note: See TracChangeset for help on using the changeset viewer.