1
0
Fork 0
mirror of https://github.com/Luzifer/go_helpers.git synced 2024-10-18 14:24:20 +00:00
go_helpers/.travis.yml
Knut Ahlers 3794ef48bd
Execute tests in Go1.10
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-06-07 12:04:10 +02:00

8 lines
69 B
YAML

language: go
go:
- "1.7"
- "1.8"
- "1.9"
- "1.10"
- "tip"