Skip to content

Commit

Permalink
💚 add symbolic link
Browse files Browse the repository at this point in the history
  • Loading branch information
upamune committed Nov 21, 2015
1 parent 68d3e0d commit dadc45d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ test:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
- mkdir -p $HOME/.go_workspace/src/_/home/ubuntu/
- ln -s $HOME/$CIRCLE_PROJECT_REPONAME $HOME/.go_workspace/src/_/home/ubuntu/
override:
- go test -v -cover -race -coverprofile=/home/ubuntu/coverage.out ./esa
post:
Expand Down

0 comments on commit dadc45d

Please sign in to comment.