mirror of
https://github.com/gofiber/fiber.git
synced 2025-04-28 22:11:15 +00:00
update travis
This commit is contained in:
parent
71f7b97dde
commit
ddce556045
@ -1,15 +1,10 @@
|
|||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.12.x
|
|
||||||
- 1.13.x
|
- 1.13.x
|
||||||
- tip
|
|
||||||
env:
|
env:
|
||||||
- GO111MODULE=on
|
- GO111MODULE=on
|
||||||
install:
|
install:
|
||||||
- go get -v golang.org/x/lint/golint
|
- go get -v golang.org/x/lint/golint
|
||||||
script:
|
script:
|
||||||
- golint -set_exit_status ./...
|
# - golint -set_exit_status ./...
|
||||||
- go test -race ./...
|
- go test -race ./...
|
||||||
matrix:
|
|
||||||
allow_failures:
|
|
||||||
- go: tip
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user