2
0
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:
Ken Hibino 2020-02-27 08:20:26 -08:00
parent 93ff4e4149
commit e69264dc04

View File

@ -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: