Fix the Windows Travis compile

This commit is contained in:
Zellyn Hunter 2016-11-13 22:28:19 -05:00
parent c2dfc52d59
commit e53508f07a

View File

@ -14,6 +14,7 @@ deploy:
repo: zellyn/diskii
tags: true
after_success:
- go get github.com/inconshreveable/mousetrap
- mkdir -p release
- GOOS=linux GOARCH=amd64 go build -o release/diskii-linux-amd64
- GOOS=darwin GOARCH=amd64 go build -o release/diskii-macos-amd64