mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-23 21:43:48 +00:00
16 lines
203 B
YAML
16 lines
203 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 -race ./...
|