mirror of https://github.com/panjf2000/ants.git
add travis test
This commit is contained in:
parent
0ce675b29f
commit
4f23c64da9
|
@ -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…
Reference in New Issue