mirror of
https://github.com/hibiken/asynq.git
synced 2024-11-10 11:31:58 +08:00
Run travis build with go v1.14.x
This commit is contained in:
parent
93ff4e4149
commit
e69264dc04
@ -4,7 +4,7 @@ git:
|
||||
depth: 1
|
||||
env:
|
||||
- GO111MODULE=on # go modules are the default
|
||||
go: [1.12.x, 1.13.x]
|
||||
go: [1.12.x, 1.13.x, 1.14.x]
|
||||
script:
|
||||
- go test -race -v -coverprofile=coverage.txt -covermode=atomic ./...
|
||||
services:
|
||||
|
Loading…
Reference in New Issue
Block a user