Skip to:
Content

bbPress.org

Ticket #2764: 2764.diff

File 2764.diff, 444 bytes (added by netweb, 11 years ago)
  • .travis.yml

     
    3232  include:
    3333    - php: hhvm
    3434      env: WP_VERSION=master
     35    - php: nightly
     36      env: WP_VERSION=master
    3537  allow_failures:
    3638    - php: hhvm
     39    - php: nightly
    3740  fast_finish: true
    3841
    3942# Before install, failures in this section will result in build status 'errored'