good morning!!!!

Skip to content
Snippets Groups Projects
Commit f82fb889 authored by Taylor Gerring's avatar Taylor Gerring
Browse files

Add goveralls to travis builds

parent ddca1863
Branches
Tags
No related merge requests found
...@@ -10,6 +10,7 @@ install: ...@@ -10,6 +10,7 @@ install:
- go get github.com/golang/lint/golint - go get github.com/golang/lint/golint
- go get code.google.com/p/go.tools/cmd/vet - go get code.google.com/p/go.tools/cmd/vet
- go get code.google.com/p/go.tools/cmd/cover - go get code.google.com/p/go.tools/cmd/cover
- go get github.com/mattn/goveralls
- ./install_deps.sh - ./install_deps.sh
before_script: before_script:
- gofmt -l -w . - gofmt -l -w .
...@@ -19,3 +20,8 @@ before_script: ...@@ -19,3 +20,8 @@ before_script:
# - go test -race ./... # - go test -race ./...
script: script:
- ./gocoverage.sh - ./gocoverage.sh
after_script:
- goveralls -coverprofile=profile.cov -service=travis-ci -repotoken $COVERALLS_TOKEN
env:
- secure: "U2U1AmkU4NJBgKR/uUAebQY87cNL0+1JHjnLOmmXwxYYyj5ralWb1aSuSH3qSXiT93qLBmtaUkuv9fberHVqrbAeVlztVdUsKAq7JMQH+M99iFkC9UiRMqHmtjWJ0ok4COD1sRYixxi21wb/JrMe3M1iL4QJVS61iltjHhVdM64="
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment