1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 10:23:50 +00:00
fiber/.travis.yml

16 lines
196 B
YAML
Raw Normal View History

2020-02-05 20:19:25 +01:00
language: go
2020-02-07 16:52:06 +01:00
os:
- linux
- windows
2020-02-07 17:05:36 +01:00
- osx
2020-02-05 20:19:25 +01:00
go:
- 1.13.x
2020-02-05 20:35:50 +01:00
env:
- GO111MODULE=on
install:
- go get -v golang.org/x/lint/golint
2020-02-05 20:19:25 +01:00
script:
2020-02-05 20:47:06 +01:00
# - golint -set_exit_status ./...
2020-02-12 04:50:40 +01:00
- go test ./...