Slide 24
Slide 24 text
ESPOFZNM
---
build:
image: docker.pepabo.com/colorme/colorme-docker:0.0.1
environment:
- ENV=test
commands:
- ./vendor/bin/phpunit
- bundle install --without=production --path vendor/bundle
- bin/rake spec
notify:
slack:
webhook_url: https://hooks.slack.com/services/ABC123DEFG/987ZYX/sBdiCpG7hZx
username: drone
channel: "#colorme"
when:
success: true
failure: true