ants/.travis.yml

11 lines
147 B
YAML
Raw Normal View History

2018-06-29 05:25:18 +03:00
language: go
go:
- "1.8.x"
- "1.9.x"
- "1.10.x"
- master
script:
- go test -v ./...
- go test -bench=. -benchmem=true -run=none ./...