Skip to content

Commit

Permalink
Deploy using Go 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Jan 13, 2016
1 parent 3c45d40 commit cecccf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -47,5 +48,5 @@ deploy:

on:
tags: true
go: 1.4
go: 1.5
repo: tus/tusd

0 comments on commit cecccf4

Please sign in to comment.