stash/vendor/github.com/matryer/moq/.travis.yml

24 lines
237 B
YAML
Raw Normal View History

language: go
sudo: false
branches:
only:
- master
go:
- 1.11.x
- 1.12.x
- 1.13.x
- tip
before_install:
- go get golang.org/x/lint/golint
before_script:
- go vet ./...
- golint ./...
script:
- go test -v ./...