Changeset 11680
- Timestamp:
- 08/25/2017 10:05:56 AM (9 years ago)
- File:
-
- 1 edited
-
branches/2.9/.travis.yml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.9/.travis.yml
r11653 r11680 13 13 directories: 14 14 - $HOME/.composer/cache 15 # - /tmp/wordpress/src/wp-content/plugins/buddypress/node_modules 15 - node_modules 16 - vendor 16 17 17 18 php: … … 33 34 34 35 matrix: 36 fast_finish: true 35 37 include: 36 38 - php: 7.2 … … 72 74 - php: nightly 73 75 - env: WP_VERSION=master BP_TRAVISCI=travis:codecoverage 76 74 77 # before_install: Failures in this section will result in build status 'errored' 75 78 before_install:
Note: See TracChangeset
for help on using the changeset viewer.