Try out wrecker.yml
This commit is contained in:
parent
f61d300229
commit
2799bd014e
1 changed files with 9 additions and 0 deletions
9
wercker.yml
Normal file
9
wercker.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
box: raphiz/drone-php:5.5.20
|
||||
build:
|
||||
steps:
|
||||
- script:
|
||||
name: install dependencies
|
||||
code: composer install --no-interaction --prefer-source
|
||||
- script:
|
||||
name: run unit tests
|
||||
code: composer test
|
Reference in a new issue