From 36d4d9774c00bd1576c7e32aa2ca2348358ffe86 Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Fri, 6 Sep 2019 11:45:03 +0200 Subject: [PATCH] fix builds --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b91f71ad..0d052f21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,8 @@ git: depth: 1 install: true before_script: -- make install-tools +- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b ${GOPATH}/bin v1.17.1 +- go get github.com/mitchellh/gox@v1.0.1 script: - make fmt check build-cross deploy: