exclude openbsd cause of go-git bugs on this platform

This commit is contained in:
antham
2018-08-26 01:58:20 +02:00
committed by Anthony HAMON
parent 2273f4c0a5
commit caf99d2d64
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
name: Compile project on every platform
command: |
go get github.com/mitchellh/gox
gox
gox -os "linux darwin freebsd netbsd windows"
- run:
name: Push on codecov result
command: |