From 4f166ccb2c2470d78e52e2e752fac9f1a95826bf Mon Sep 17 00:00:00 2001 From: V2Ray Date: Wed, 7 Oct 2015 09:25:16 +0200 Subject: [PATCH] Use 1.5.1 in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 980f67ac..ecb7cbee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.5 + - 1.5.1 before_install: - go get github.com/axw/gocov/gocov