Ticket #2885: 2885.diff
File 2885.diff, 443 bytes (added by , 9 years ago) |
---|
-
.travis.yml
diff --git .travis.yml .travis.yml index 41b3620..18fb617 100644
matrix: 38 38 - php: hhvm 39 39 fast_finish: true 40 40 41 # cache: Cache bbPress' NodeJS packages in node_modules/ 42 cache: 43 directories: 44 - node_modules 45 41 46 # before_install: Failures in this section will result in build status 'errored' 42 47 before_install: 43 48 # setup WP_DEVELOP_DIR (needed for bbPress to bootstrap WP PHPUnit tests)