From a29f1316fac62155edc3913a7ffe25b4869340f1 Mon Sep 17 00:00:00 2001 From: Fan Yang Date: Sun, 27 Dec 2015 18:55:53 +0800 Subject: [PATCH] (*)change travis go version --- build/travis-build.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build/travis-build.sh b/build/travis-build.sh index 0b31880..3a59bfa 100755 --- a/build/travis-build.sh +++ b/build/travis-build.sh @@ -9,7 +9,7 @@ set -e SUDO=sudo -GO_VER=go1.4.1 +GO_VER=go1.5.2 GO_TAR=${GO_VER}.linux-amd64.tar.gz GO_URL="https://storage.googleapis.com/golang/${GO_TAR}" @@ -56,9 +56,6 @@ go_install() tar xz -C ${TMPDIR-/tmp} export GOROOT=${TMPDIR-/tmp}/go export PATH=${TMPDIR-/tmp}/go/bin/:$PATH - #wget https://raw.githubusercontent.com/davecheney/golang-crosscompile/master/crosscompile.bash - source ./crosscompile.bash - go-crosscompile-build-all } go_run()