Skip to content

Commit

Permalink
Merge pull request #7 from kyokomi/feature/circleCI
Browse files Browse the repository at this point in the history
CircleCIでGoのdependenciesを呼ぶ対応
  • Loading branch information
kyokomi committed Dec 7, 2015
2 parents dd967be + a61e40e commit f7e2082
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
@@ -1,8 +1,9 @@
test:
pre:
- go version
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls

override:
- go test -v ./docomo
- go test -v ./docomo/...
- goveralls -v -service=circle-ci -repotoken $COVERALLS_TOKEN ./docomo
5 changes: 5 additions & 0 deletions dummy.go
@@ -0,0 +1,5 @@
package main

func main() {
// circeci dummy code
}

0 comments on commit f7e2082

Please sign in to comment.