gopheracademy/gcon

View on GitHub
.drone.yml

Summary

Maintainability
Test Coverage
pipeline:
  build:
    image: golang
    environment:
      - GOPATH=/drone
    commands:
      - go get
      - go build
      - go test
  slack:
    image: plugins/slack
    webhook: ${SLACK_WEBHOOK}
    channel: ci

services:
  postgres:
    image: postgres:9.4.5
    environment:
      - POSTGRES_DB=gcon_test