From 810a98e9fae6cc96f91e443c8b7293948eb679ac Mon Sep 17 00:00:00 2001 From: Sebastian Zagrodzki Date: Wed, 1 Mar 2017 11:13:22 +0100 Subject: [PATCH] Revert "Run benchmarks for tests as well." This reverts commit 7c55d36758ffd8d1deef471b06c11f22c027cdbc. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cd5453e..816a977 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ go: - 1.8 - tip -script: go test -v -test.run='BCD|Parse' -bench.run=. ./... +script: go test -v -test.run='BCD|Parse' ./... addons: apt: