act/vendor/github.com/soniakeys/graph/.travis.yml
2019-02-06 22:36:13 -08:00

11 lines
253 B
YAML

sudo: false
language: go
go:
- "1.9.x"
- master
before_script:
- go tool vet -composites=false -printf=false -shift=false .
- go get github.com/client9/misspell/cmd/misspell
- go get github.com/soniakeys/vetc
- misspell -error * */* */*/*
- vetc