2019-11-30 23:36:43 +08:00
|
|
|
language: go
|
|
|
|
go_import_path: github.com/hibiken/asynq
|
|
|
|
git:
|
|
|
|
depth: 1
|
|
|
|
env:
|
|
|
|
- GO111MODULE=on # go modules are the default
|
|
|
|
go: [1.12.x, 1.13.x]
|
|
|
|
services:
|
|
|
|
- redis-server
|
2020-01-31 12:37:28 +08:00
|
|
|
after_success:
|
|
|
|
- bash ./.travis/benchcmp.sh
|