Skip to content

Commit

Permalink
Update travis with code verification (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng Pan committed Jan 13, 2019
1 parent 3add388 commit 9f7450a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ before_install:

script:
- make
- ./hack/verify-all
- make test
- go test -covermode=count -coverprofile=profile.cov ./pkg/...
- $GOPATH/bin/goveralls -coverprofile=profile.cov -service=travis-ci

0 comments on commit 9f7450a

Please sign in to comment.