frp/vendor/github.com/rodaine/table/.travis.yml

11 lines
144 B
YAML
Raw Normal View History

sudo: false
language: go
go: 1.8
branches:
only:
- master
install: go get -t ./... github.com/golang/lint/golint
script: make lint test