mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-22 23:24:32 +00:00
16 lines
196 B
YAML
16 lines
196 B
YAML
language: go
|
|
|
|
os:
|
|
- linux
|
|
- windows
|
|
- osx
|
|
go:
|
|
- 1.13.x
|
|
env:
|
|
- GO111MODULE=on
|
|
install:
|
|
- go get -v golang.org/x/lint/golint
|
|
script:
|
|
# - golint -set_exit_status ./...
|
|
- go test ./...
|