Restrict toolchain builds tp required platforms

This commit is contained in:
Acconut 2015-08-19 18:24:20 +02:00
parent 5c81b40e70
commit 3b4353578d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ script:
before_deploy: before_deploy:
- go get github.com/laher/goxc - go get github.com/laher/goxc
- goxc -t - goxc -t -bc="linux darwin windows"
- goxc -d=./ -wd=./cmd/tusd -bc="linux darwin windows" - goxc -d=./ -wd=./cmd/tusd -bc="linux darwin windows"
deploy: deploy: