mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
Update .travis.yml
This commit is contained in:
parent
be61c7d3d0
commit
82a8ae6f92
13
.travis.yml
13
.travis.yml
@ -10,14 +10,13 @@ go:
|
||||
- 1.12.x
|
||||
- 1.13.x
|
||||
- 1.14.x
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
|
||||
script:
|
||||
# build test for supported platforms
|
||||
# - GOOS=linux go build
|
||||
# - GOOS=darwin go build
|
||||
# - GOOS=freebsd go build
|
||||
# - GOOS=windows go build
|
||||
# - GOARCH=386 go build
|
||||
- GOOS=linux go build
|
||||
- GOOS=darwin go build
|
||||
- GOOS=freebsd go build
|
||||
- GOOS=windows go build
|
||||
- GOARCH=386 go build
|
||||
- go test -v
|
||||
- go test -race -v
|
||||
|
Loading…
x
Reference in New Issue
Block a user