Skip to content

Commit

Permalink
Adding -benchmem to tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
kavehmz committed Mar 25, 2016
1 parent b38c25a commit d674958
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 @@ -8,6 +8,6 @@ before_install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
script:
- go test -v -covermode=count -coverprofile=coverage.out -bench .
- go test -v -covermode=count -coverprofile=coverage.out -benchmem -bench .
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
- go version

0 comments on commit d674958

Please sign in to comment.