mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-17 12:05:51 +08:00
Add .travis.yml
This commit is contained in:
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
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
|
||||||
1
asynq.go
1
asynq.go
@@ -4,7 +4,6 @@ import "github.com/google/uuid"
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
TODOs:
|
TODOs:
|
||||||
- [P0] CI
|
|
||||||
- [P0] README + Other docs
|
- [P0] README + Other docs
|
||||||
- [P1] Add Support for multiple queues and priority
|
- [P1] Add Support for multiple queues and priority
|
||||||
- [P1] User defined max-retry count
|
- [P1] User defined max-retry count
|
||||||
|
|||||||
Reference in New Issue
Block a user