Use golang 1.13 in travis

This commit is contained in:
9seconds
2019-10-11 10:16:17 +03:00
parent 5f168d1ee4
commit f531d90fc4
+1 -3
View File
@@ -5,8 +5,7 @@ sudo: false
dist: trusty
go:
- "1.11.x"
- 1.12.x
- 1.13.x
- master
before_script: make prepare
@@ -14,7 +13,6 @@ before_script: make prepare
script:
- make all
- make lint
- make test
matrix:
allow_failures: