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

9 lines
177 B
YAML

sudo: false
language: go
go: master
before_script:
- go vet
- go get github.com/client9/misspell/cmd/misspell
- misspell -error *
- go get github.com/soniakeys/vetc
- vetc