1
0
mirror of https://git.envs.net/envs/ifconfig synced 2024-11-22 09:51:57 +01:00

Update travis-build.sh

This commit is contained in:
Fan Yang 2016-11-04 10:57:06 +08:00 committed by GitHub
parent 3032ef8beb
commit 8de3e3932c

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