Update travis-build.sh

This commit is contained in:
Fan Yang 2015-01-16 11:31:24 +08:00
parent 83ef780c2c
commit 3b0010a60e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
set -e
SUDO=sudo
GO_VER=go1.4
GO_VER=go1.4.1
GO_TAR=${GO_VER}.linux-amd64.tar.gz
GO_URL="https://storage.googleapis.com/golang/${GO_TAR}"