diff --git a/.travis.yml b/.travis.yml index c2c8940..715e341 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,4 @@ script: - go test -v ./... after_success: - - go test -bench ./... + - go test -bench . ./...