Skip to:
Content

bbPress.org

Ticket #2885: 2885.diff

File 2885.diff, 443 bytes (added by netweb, 9 years ago)
  • .travis.yml

    diff --git .travis.yml .travis.yml
    index 41b3620..18fb617 100644
    matrix: 
    3838    - php: hhvm
    3939  fast_finish: true
    4040
     41# cache: Cache bbPress' NodeJS packages in node_modules/
     42cache:
     43  directories:
     44  - node_modules
     45
    4146# before_install: Failures in this section will result in build status 'errored'
    4247before_install:
    4348    # setup WP_DEVELOP_DIR (needed for bbPress to bootstrap WP PHPUnit tests)