From 1b4ec4416e8ec8c14c4eb78f35d17eb4852539c0 Mon Sep 17 00:00:00 2001 From: Kyle Lemons Date: Sun, 3 Apr 2016 10:27:53 -0700 Subject: [PATCH] Remove TestNoop from whitelist --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9ebb23b..75784ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ go: - 1.6 - tip -script: go test -v -test.run='BCD|Noop|Parse' ./... +script: go test -v -test.run='BCD|Parse' ./... addons: apt: