Skip to:
Content

BuddyPress.org

Changeset 10975


Ignore:
Timestamp:
08/01/2016 03:26:28 PM (8 years ago)
Author:
djpaul
Message:

Travis-CI: run tests on HHVM.

HHVM tests are allowed to fail. The set-up code has been copied from WordPress' Travis-CI configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r10974 r10975  
    88
    99cache:
     10  apt: true
    1011  directories:
    11     node_modules
     12    - node_modules
    1213
    1314php:
     
    3536    - php: 7.0
    3637      env: WP_VERSION=master BP_TRAVISCI=travis:grunt
     38    - php: hhvm
     39      sudo: required
     40      dist: trusty
     41      group: edge
     42      addons:
     43        apt:
     44          packages:
     45            - mysql-server-5.6
     46            - mysql-client-core-5.6
     47            - mysql-client-5.6
    3748  exclude:
    3849    - php: 7.0
     
    4051  allow_failures:
    4152    - php: nightly
     53    - php: hhvm
    4254
    4355# before_install: Failures in this section will result in build status 'errored'
     
    6981    - npm install -g grunt-cli
    7082    - npm --version
     83    - mysql --version
     84    - phpenv versions
    7185
    7286# before_script: Failures in this section will result in build status 'errored'
Note: See TracChangeset for help on using the changeset viewer.