Skip to content

Commit

Permalink
Coveralls added
Browse files Browse the repository at this point in the history
  • Loading branch information
keenan-v1 committed Jul 6, 2018
1 parent 7133061 commit cefb54a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ branches:
go:
- "1.x"

before_install:
- go get github.com/mattn/goveralls

script:
- go test -v ./...
- go vet ./...
- diff -u <(echo -n) <(gofmt -d -s .)
- diff -u <(echo -n) <(gofmt -d -s .)
- $HOME/gopath/bin/goveralls -v -service=travis-ci -repotoken $COVERALLS_TOKEN

0 comments on commit cefb54a

Please sign in to comment.