Add Go 1.13 to the tested version in the travis build file (#350)

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
This commit is contained in:
Cosmin Cojocar 2019-09-09 13:10:58 +02:00 committed by Grant Murphy
parent 4ecbe32d83
commit e442cf30a8

View file

@ -3,6 +3,7 @@ language: go
go: go:
- "1.11.x" - "1.11.x"
- "1.12.x" - "1.12.x"
- "1.13.x"
- tip - tip
install: install: