diff --git a/.travis.yml b/.travis.yml index 816a977..cd5453e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ go: - 1.8 - tip -script: go test -v -test.run='BCD|Parse' ./... +script: go test -v -test.run='BCD|Parse' -bench.run=. ./... addons: apt: