From 38f074a427b9e52cf9a3073796a5061430a1f41e Mon Sep 17 00:00:00 2001 From: mramshaw Date: Sun, 13 May 2018 12:02:39 -0700 Subject: [PATCH] Revert .travis.yml to skip linting --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 80b1e6a..66908aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ go: - master script: - - make test + - go test -race -coverprofile=coverage.txt -covermode=atomic -v . notifications: email: false