From caf99d2d6403e6d65ebf7fff045f65374e93cb13 Mon Sep 17 00:00:00 2001 From: antham Date: Sat, 25 Aug 2018 15:41:03 +0200 Subject: [PATCH] exclude openbsd cause of go-git bugs on this platform --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c9b2fed58..f300206b6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |