forked from phalcon/cphalcon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wercker.yml
31 lines (29 loc) · 893 Bytes
/
wercker.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
box: duythien/[email protected]
no-response-timeout: 25
build:
steps:
- bundle-install
- leipert/[email protected]
- script:
name: install dependencie
code: composer install --no-ansi --no-dev --no-interaction --no-progress --no-scripts --optimize-autoloader
- script:
name: Serve application for integration tests
code: php -S localhost:8000 >> /dev/null &
- script:
name: PHPUnit integration tests
code: phpunit --configuration phpunit.xml
- script:
name: codeception
code: codecept run --debug
#Code Style Check
#- mbrevda/phpcs:
# directory: apps
# standard: PSR2
# ignore: tests
# report: full
#send messages into hipchat
after-steps:
deploy:
steps:
after-steps: