From 7b866c985edfc2c9df5663bc5b81b4c907ed5406 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Thu, 30 Aug 2018 14:13:18 -0600 Subject: [PATCH] travis: less verbose tests TravisCI: skip tip --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 410801f..568aaa1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ go: - "1.10.4" - "1.9.x" - "1.8.x" - - tip matrix: allow_failures: @@ -17,7 +16,7 @@ before_script: - go get -u golang.org/x/lint/golint script: - - go test -v --race ./... + - go test --race ./... after_script: - test -z "$(gofmt -s -l -w . | tee /dev/stderr)" -- 2.50.1