binctr/.travis.yml
Jess Frazelle ac827968b6
update
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-09-25 12:40:34 -04:00

13 lines
245 B
YAML

language: go
sudo: required
services:
- docker
go:
- 1.10.x
before_install:
- go get github.com/golang/lint/golint
- go get honnef.co/go/tools/cmd/staticcheck
jobs:
include:
- script: make everything
- stage: Run Test Coverage