language: go
go:
- '1.8'
- '1.9'
- '1.10'
- '1.11'
before_install:
- go mod tidy
script: go test -v ./...