mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-21 06:39:02 +08:00
16 lines
248 B
YAML
16 lines
248 B
YAML
|
machine:
|
||
|
php:
|
||
|
version: 5.6.14
|
||
|
environment:
|
||
|
WP_CLI_BIN_DIR: /tmp/wp-cli-phar
|
||
|
|
||
|
dependencies:
|
||
|
cache_directories:
|
||
|
- ~/.composer/cache
|
||
|
|
||
|
test:
|
||
|
pre:
|
||
|
- bash bin/install-package-tests.sh
|
||
|
override:
|
||
|
- ./vendor/bin/behat --strict
|