2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-02-05 09:32:22 +00:00
Files
asynq/.travis.yml

13 lines
288 B
YAML
Raw Normal View History

2019-11-30 07:36:43 -08:00
language: go
go_import_path: github.com/hibiken/asynq
git:
depth: 1
go: [1.13.x, 1.14.x]
script:
- go test -race -v -coverprofile=coverage.txt -covermode=atomic ./...
2019-11-30 07:36:43 -08:00
services:
- redis-server
after_success:
- bash ./.travis/benchcmp.sh
- bash <(curl -s https://codecov.io/bash)