Skip to:
Content

BuddyPress.org

Changeset 11680


Ignore:
Timestamp:
08/25/2017 10:05:56 AM (9 years ago)
Author:
djpaul
Message:

CI: Have Travis-CI cached node_modules and vendor folders, and enable fast_finish.

Caching node_modules is reliable as long as we don't test multiple versions of Node in our test suite, which we don't.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.9/.travis.yml

    r11653 r11680  
    1313  directories:
    1414    - $HOME/.composer/cache
    15 #    - /tmp/wordpress/src/wp-content/plugins/buddypress/node_modules
     15    - node_modules
     16    - vendor
    1617
    1718php:
     
    3334
    3435matrix:
     36  fast_finish: true
    3537  include:
    3638    - php: 7.2
     
    7274    - php: nightly
    7375    - env: WP_VERSION=master BP_TRAVISCI=travis:codecoverage
     76
    7477# before_install: Failures in this section will result in build status 'errored'
    7578before_install:
Note: See TracChangeset for help on using the changeset viewer.