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