fix builds

This commit is contained in:
iwilltry42 2019-09-06 11:45:03 +02:00
parent eba563f000
commit 36d4d9774c

View File

@ -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: