1
0
mirror of https://github.com/fatedier/frp synced 2025-10-12 21:22:46 +08:00
frp/vendor/github.com/rodaine/table/.travis.yml

11 lines
144 B
YAML

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