Commit 94f571d6 by Iwasaki Yudai

Add BSDs to supported platforms

1 parent b18d35f2
Showing with 1 additions and 1 deletions
......@@ -13,7 +13,7 @@ build:
code: |
if [ `go fmt ./... | wc -l` -gt 0 ]; then echo "go fmt error"; exit 1; fi
- tcnksm/gox:
os: "darwin linux"
os: "darwin linux freebsd netbsd openbsd"
arch: "386 amd64"
- yudai/targz:
input: $WERCKER_OUTPUT_DIR/pkg
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!