Skip to content

Commit

Permalink
adding benchmarks to travis test run
Browse files Browse the repository at this point in the history
  • Loading branch information
djherbis committed Jan 5, 2016
1 parent 9d08c75 commit b894535
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 @@ -12,7 +12,7 @@ script:
-repotoken $COVERALLS_TOKEN'
- "$HOME/gopath/bin/golint ./..."
- go vet
- go test -v ./...
- go test -bench=.* -v ./...
notifications:
email:
on_success: never
Expand Down

0 comments on commit b894535

Please sign in to comment.