---
language: go
go:
  - '1.9'
  - '1.10'
  - '1.11'
  - '1.12'
go_import_path: github.com/mccutchen/go-httpbin
script:
  - make lint
  - make test
notifications:
  email: false