1
0
mirror of https://github.com/beego/bee.git synced 2024-06-02 16:13:26 +00:00
bee/.travis.yml

12 lines
300 B
YAML
Raw Normal View History

language: go
go:
2020-01-20 10:25:11 +00:00
- "1.12.x"
2017-03-11 09:03:45 +00:00
install:
2020-01-20 10:25:11 +00:00
- export GO111MODULE=on
2017-03-11 09:03:45 +00:00
- export PATH=$PATH:$HOME/gopath/bin
2020-01-20 10:25:11 +00:00
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.1
2017-03-11 09:03:45 +00:00
script:
2020-01-20 10:25:11 +00:00
- go mod download
- golangci-lint run -D errcheck