Skip to content

Commit 700455b

Browse files
committed
gobot does not support freebsd (yet?)
1 parent 42992ea commit 700455b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ env:
55
- BLD_GOOS=linux BLD_GOARCH=arm BLD_GOARM=6 BLD_NAME=armv6
66
- BLD_GOOS=linux BLD_GOARCH=arm BLD_GOARM=7 BLD_NAME=armv7
77
- BLD_GOOS=linux BLD_GOARCH=arm64 BLD_NAME=aarch64
8-
- BLD_GOOS=freebsd BLD_GOARCH=amd64 BLD_NAME=amd64
9-
- BLD_GOOS=freebsd BLD_GOARCH=arm BLD_GOARM=6 BLD_NAME=armv6
10-
- BLD_GOOS=freebsd BLD_GOARCH=arm BLD_GOARM=7 BLD_NAME=armv7
118
script:
129
- go test -v ./...
1310
- mkdir dist

0 commit comments

Comments
 (0)