Skip to content

Commit

Permalink
.-.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Ekberg committed Nov 27, 2017
1 parent d518c47 commit 4673364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
command: |
export PATH=$GOPATH/bin:$PATH
go get github.com/mattn/goveralls
go test -timeout 30s -cover -coverprofile=~/cover.out
goveralls -service=circle-ci -coverprofile=~/cover.out -repotoken=$COVERALLS_TOKEN || true
go test -timeout 30s -cover -coverprofile=$HOME/cover.out
goveralls -service=circle-ci -coverprofile=$HOME/cover.out -repotoken=$COVERALLS_TOKEN || true
- run:
name: Build application Docker image
command: |
Expand Down

0 comments on commit 4673364

Please sign in to comment.