act/vendor/github.com/soniakeys/bits/.travis.yml

10 lines
177 B
YAML
Raw Normal View History

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