-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
Description
Travis is currently failing with the following error message:
$ ./bin/test.sh
++php utils/behat-tags.php
+BEHAT_TAGS='--tags=~@github-api'
+behat --format progress '--tags=~@github-api' --strict
PHP binary: /home/travis/.phpenv/versions/5.6/bin/php
PHP version: 5.6.5
php.ini used: /home/travis/.phpenv/versions/5.6.5/etc/php.ini
WP-CLI root dir: /home/travis/build/wp-cli/extension-command/vendor/wp-cli/wp-cli
WP-CLI packages dir:
WP-CLI global config: /tmp/wp-cli-package-test/config.yml
WP-CLI project config: /home/travis/build/wp-cli/extension-command/wp-cli.yml
WP-CLI version: 1.2.0-alpha
WordPress 4.7.3
...................................................................... 70
...................................................................... 140
...F-----------------------------------............................... 210
...................................................................... 280
...................................................................... 350
...................................................................... 420
...................................................................... 490
...................................................................... 560
...................................................................... 630
............................................
(::) failed steps (::)
01. $ wp plugin scaffold --skip-tests plugin1
Error: Couldn't find .editorconfig
cwd: /tmp/wp-cli-test-run-58f0dfb3d1e7d8.86881695/
exit status: 1
In step `When I run `wp plugin scaffold --skip-tests plugin1`'. # features/steps/when.php:29
From scenario `Create, activate and check plugin status'. # features/plugin.feature:3
Of feature `Manage WordPress plugins'. # features/plugin.feature
58 scenarios (57 passed, 1 failed)
674 steps (638 passed, 35 skipped, 1 failed)
7m19.889s
The command "./bin/test.sh" exited with 1.Reactions are currently unavailable