Skip to content

Commit

Permalink
Try to call behat from Appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Jan 21, 2017
1 parent ed4d734 commit 087c8d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -60,12 +60,13 @@ services:
test_script:
- php composer.phar cs
- php composer.phar clover
- php composer.phar behat
- php composer.phar behat-windows

# environment variables
environment:
global:
TERMINUS_TEST_MODE: 1
COMPOSER_PROCESS_TIMEOUT: 3600
SHELL_INTERACTIVE: true
php_ver_target: 7.0

1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -31,6 +31,7 @@
},
"scripts": {
"behat": "COMPOSER_PROCESS_TIMEOUT=3600 SHELL_INTERACTIVE=true behat --colors -c=tests/config/behat.yml --suite=default",
"behat-windows": "behat --colors -c=tests/config/behat.yml --suite=default",
"cbf": "phpcbf --standard=PSR2 -n tests/* bin/terminus src/*",
"clover": "phpunit -c tests/config/phpunit.xml.dist --coverage-clover tests/logs/clover.xml",
"coveralls": "coveralls -v -c tests/config/coveralls.xml",
Expand Down

0 comments on commit 087c8d6

Please sign in to comment.