summaryrefslogtreecommitdiff
path: root/vendor/github.com/golang/mock/.travis.yml
blob: 543ce129bfd6eaf552d55984562a8e5aa6a343f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: go

go:
  # we intend to support only the latest version and perhaps the previous one
  - 1.7
  - 1.8

script:
  - go build ./...
  - go install github.com/golang/mock/mockgen
  - ./ci/check_go_fmt.sh
  - ./ci/check_go_generate.sh
  - go test -v ./...