Files
gotext/.travis.yml
2019-07-10 18:23:45 -03:00

9 lines
71 B
YAML

language: go
go:
- "1.9"
- "1.10"
- "1.11"
- "1.12"
- "tip"