2
0
mirror of https://github.com/stefan01/transocks.git synced 2025-02-22 03:30:45 +07:00

Merge pull request #5 from cybozu-go/update-travis-ci

Use Go stable and master with Travis CI
This commit is contained in:
nishitani yuki 2018-03-01 11:55:41 +09:00 committed by GitHub
commit e3b3eb6602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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