2016-10-17 19:56:01 +03:00
|
|
|
## Customize the test machine
|
|
|
|
machine:
|
|
|
|
|
|
|
|
timezone:
|
|
|
|
Europe/London
|
|
|
|
|
2016-10-18 12:54:32 +03:00
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
|
2016-10-17 19:56:01 +03:00
|
|
|
test:
|
2016-10-17 20:00:50 +03:00
|
|
|
pre:
|
|
|
|
- make install
|
2016-10-17 19:56:01 +03:00
|
|
|
override:
|
|
|
|
- make test
|
|
|
|
|
|
|
|
## Customize deployment commands
|
|
|
|
# deployment:
|
|
|
|
# staging:
|
|
|
|
# branch: master
|
|
|
|
|
|
|
|
## Custom notifications
|
|
|
|
# notify:
|
|
|
|
# webhooks:
|
|
|
|
# # A list of hashes representing hooks. Only the url field is supported.
|
|
|
|
# - url: https://someurl.com/hooks/circle
|