Try out wrecker.yml

This commit is contained in:
raphi 2015-05-22 08:20:14 +00:00
parent f61d300229
commit 2799bd014e
1 changed files with 9 additions and 0 deletions

9
wercker.yml Normal file
View 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