Deploy using Go 1.5

This commit is contained in:
Marius 2016-01-13 22:25:55 +01:00
parent 3c45d40890
commit cecccf4162
1 changed files with 2 additions and 1 deletions

View File

@ -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