From 713af2cac427f14a6d01e0ee2a5a956f2b3d7ae4 Mon Sep 17 00:00:00 2001 From: Cody Lee Date: Wed, 26 Feb 2020 17:01:06 -0600 Subject: [PATCH] hacks from other travis users --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index eb609d3..28e0022 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,14 +17,12 @@ matrix: - go: tip fast_finish: true -install: - - gimme 1.14.x - - go mod vendor +install: true script: - go mod tidy - diff -u <(echo -n) <(gofmt -d .) - - go test -v ./ + - go test -v -mod=vendor ./... after_success: - go get -u -d github.com/spf13/hugo