mirror of
https://github.com/panjf2000/ants.git
synced 2025-12-18 03:01:01 +00:00
Merge branch 'develop'
This commit is contained in:
commit
8600284484
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- "1.8.x"
|
||||||
|
- "1.9.x"
|
||||||
|
- "1.10.x"
|
||||||
|
- master
|
||||||
|
|
||||||
|
script:
|
||||||
|
- go test -v ./...
|
||||||
|
- go test -bench=. -benchmem=true -run=none ./...
|
||||||
Loading…
x
Reference in New Issue
Block a user