From cecccf4162c5f5157f22d9362c4acfbee840cc1d Mon Sep 17 00:00:00 2001 From: Marius Date: Wed, 13 Jan 2016 22:25:55 +0100 Subject: [PATCH] Deploy using Go 1.5 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index afc96d4..acb10c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ script: - go test ./... before_deploy: +- export GOROOT_BOOTSTRAP=$GOROOT - go get github.com/laher/goxc - goxc -t -bc="linux darwin windows" - goxc -d=./ -wd=./cmd/tusd -bc="linux darwin windows" @@ -47,5 +48,5 @@ deploy: on: tags: true - go: 1.4 + go: 1.5 repo: tus/tusd