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

9 lines
81 B
YAML
Raw Normal View History

2015-09-08 21:20:52 +00:00
language: go
go:
2016-08-25 22:15:08 +00:00
- 1.6
- 1.7
2015-09-08 21:20:52 +00:00
- tip
script: go test -v -race -cover ./...