diff --git a/.travis.yml b/.travis.yml index d897759..d182b5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,5 @@ install: - ./script/bootstrap script: - go build ./... -- go test ./... +- go test -bench . ./... - ./script/lint