Added documentation

This commit is contained in:
Dmitry Khomutov 2016-07-17 20:20:35 +06:00
commit fa42071d01
49 changed files with 1255 additions and 0 deletions

View file

@ -0,0 +1,24 @@
Runs [PHP Spec](http://www.phpspec.net/) tests against your build.
### Configuration Options:
* **bootstrap** - Optional - Path to a PHPSpec bootstrap file.
### Example
```
build_settings:
[...]
setup:
[...]
test:
php_spec:
complete:
[...]
success:
[...]
```