From 509c75ed6beac278b63f6c68a5b3ebde50ccf53a Mon Sep 17 00:00:00 2001 From: Sam Woodard Date: Mon, 12 Oct 2015 15:41:05 -0700 Subject: [PATCH] flag in the wrong the place --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 30053ef..677eaf3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: go go: - 1.4 - tip -script: go test . -v +script: go test -v .