Skip to content

Commit

Permalink
Update circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Sep 6, 2015
1 parent 420c050 commit 49e6d93
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ test:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
override:
- go test -v -cover -race -coverprofile=/home/ubuntu/coverage.out
- cat /home/ubuntu/coverage.out
- go test -v -cover -race -coverprofile=coverage.out
post:
- cat /home/ubuntu/coverage.out
- /home/ubuntu/bin/goveralls -coverprofile=/home/ubuntu/coverage.out -service=circle-ci -repotoken=$COVERALLS_TOKEN
- goveralls -coverprofile=coverage.out -service=circle-ci -repotoken=$COVERALLS_TOKEN

0 comments on commit 49e6d93

Please sign in to comment.