From 43357293cdb6c92865d960e17d5b33bc3ed10b8a Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Tue, 5 Feb 2019 20:38:29 -0500 Subject: [PATCH] Fix travis (again) (#1503) * does this fix it? * does this fix it? --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 89acb7cbf..a85822626 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,10 @@ matrix: go: 1.11.x env: - lint + install: + - go get ${gobuild_args} -t ./... script: - - go get github.com/alecthomas/gometalinter && gometalinter --install && gometalinter ./... + - go get ${gobuild_args} github.com/alecthomas/gometalinter && gometalinter --install && gometalinter ./... email: false after_success: - wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh