Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Add ./... to go get plugins url
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioxgn committed Jan 16, 2016
1 parent 692d766 commit ba6f61f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
test:
pre:
- go get github.com/mattn/goveralls
- go get github.com/go-chat-bot/plugins
- go get github.com/go-chat-bot/plugins-br
- go get github.com/go-chat-bot/plugins/./...
- go get github.com/go-chat-bot/plugins-br/./...
override:
- go test -v -cover -race -coverprofile=/home/ubuntu/coverage.out
- go test -v -cover -race ../plugins/./...
Expand Down

0 comments on commit ba6f61f

Please sign in to comment.