2
0

add travis

This commit is contained in:
Lucas Löffel
2020-02-13 14:23:38 +01:00
parent 4f4471bc5d
commit d143e827fd
+18
View File
@@ -0,0 +1,18 @@
notifications:
email: false
slack: false
language: go
env:
- GO111MODULE=on
go:
- "1.13.x"
before_script:
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.21.0
script:
- make install
- make linter