Skip to content

Commit

Permalink
Merge branch 'master' into fix_race_conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
janisz committed Aug 26, 2016
2 parents a7ab554 + 2444c04 commit 4fc4de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_install:
- 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
script:
- make build
- make deps
- go test -coverprofile=apps.coverprofile ./apps
- go test -coverprofile=config.coverprofile ./config
- go test -coverprofile=consul.coverprofile ./consul
Expand Down

0 comments on commit 4fc4de7

Please sign in to comment.