From 669c7995c40e5660fa8510b643ca8af18c0a7cb7 Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Wed, 2 Sep 2020 06:27:11 -0700 Subject: [PATCH] Run CI builds using go v1.15.x --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d76634..9534a55 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: go go_import_path: github.com/hibiken/asynq git: depth: 1 -go: [1.13.x, 1.14.x] +go: [1.13.x, 1.14.x, 1.15.x] script: - go test -race -v -coverprofile=coverage.txt -covermode=atomic ./... - go test -run=XXX -bench=. -loglevel=debug ./...