summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantham <hamonanth@gmail.com>2018-08-25 15:41:03 +0200
committerAnthony HAMON <anthony.hamon@iadvize.com>2018-08-26 01:58:20 +0200
commitcaf99d2d6403e6d65ebf7fff045f65374e93cb13 (patch)
tree85513840c0f709bb63d2f5c33302346b63888daa
parent2273f4c0a527faf735ffb759b6d8030f8277dd2f (diff)
exclude openbsd cause of go-git bugs on this platform
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
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: |