mirror of https://github.com/panjf2000/ants.git
add go1.11 into ci
This commit is contained in:
parent
29730bb703
commit
143118be9a
|
@ -4,6 +4,7 @@ go:
|
||||||
- "1.8.x"
|
- "1.8.x"
|
||||||
- "1.9.x"
|
- "1.9.x"
|
||||||
- "1.10.x"
|
- "1.10.x"
|
||||||
|
- "1.10.x"
|
||||||
- master
|
- master
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
@ -14,4 +15,4 @@ script:
|
||||||
# - go test -bench=. -benchmem=true -run=none ./...
|
# - go test -bench=. -benchmem=true -run=none ./...
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
Loading…
Reference in New Issue