Skip to content

Commit

Permalink
Remove codecov temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
barnybug committed Jan 8, 2019
1 parent 74eb9da commit a13a38f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,16 @@ jobs:
working_directory: /go/src/github.com/barnybug/cli53
steps:
- checkout
- run: sudo pip install --user codecov
- run:
command: |
mkdir -p $GOPATH/bin && wget -q https://github.com/barnybug/cli53/releases/download/0.6.0/upx -O $GOPATH/bin/upx && chmod +x $GOPATH/bin/upx
- run: make deps test-coverage
- run: codecov
release:
docker:
- image: circleci/golang:1.10
working_directory: /go/src/github.com/barnybug/cli53
steps:
- checkout
- run:
command: |
mkdir -p $GOPATH/bin && wget -q https://github.com/barnybug/cli53/releases/download/0.6.0/upx -O $GOPATH/bin/upx && chmod +x $GOPATH/bin/upx
- run: curl -sL https://git.io/goreleaser | VERSION=v0.34.2 bash
requires: [build]
filters:
Expand Down

0 comments on commit a13a38f

Please sign in to comment.