mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-21 06:38:51 +08:00
15 lines
248 B
YAML
15 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
|