2
0
mirror of https://github.com/stefan01/transocks.git synced 2025-02-22 11:40:54 +07:00

Use Go stable and master with Travis CI

This commit is contained in:
nishitaniyuki 2018-03-01 11:41:04 +09:00
parent 6ddf36e329
commit 9457fd97b4

View File

@ -1,8 +1,8 @@
sudo: false sudo: false
language: go language: go
go: go:
- 1.7 - stable
- tip - master
before_install: before_install:
- go get github.com/golang/lint/golint - go get github.com/golang/lint/golint