1
0
Fork 0
mirror of https://github.com/Luzifer/rconfig.git synced 2024-11-09 00:10:07 +00:00
rconfig/.travis.yml

13 lines
127 B
YAML
Raw Normal View History

2015-09-08 21:20:52 +00:00
language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
2015-09-08 21:20:52 +00:00
- tip
script: go test -v -race -cover ./...