From b894535d04b4b79b0f71fdaa9a05d2078bf48a83 Mon Sep 17 00:00:00 2001 From: djherbis Date: Mon, 4 Jan 2016 23:57:18 -0800 Subject: [PATCH] adding benchmarks to travis test run --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3768725..b6936e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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