1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-30 09:16:47 +02:00

exclude openbsd cause of go-git bugs on this platform

This commit is contained in:
antham 2018-08-25 15:41:03 +02:00 committed by Anthony HAMON
parent 2273f4c0a5
commit caf99d2d64

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: |