diff --git a/.circleci/config.yml b/.circleci/config.yml index 79341761f..5f6731055 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,15 +20,15 @@ jobs: name: Run tests command: | ./test.sh + - run: + name: Push on codecov result + command: | + bash <(curl -s https://codecov.io/bash) - run: name: Compile project on every platform command: | go get github.com/mitchellh/gox gox -parallel 10 -os "linux freebsd netbsd windows" -osarch "darwin/i386 darwin/amd64" - - run: - name: Push on codecov result - command: | - bash <(curl -s https://codecov.io/bash) - save_cache: key: pkg-cache-{{ checksum "Gopkg.lock" }}-v4 paths: