Travis: Test all the versions that we support

At the moment, `build.go` is configured to check that Go >= 1.7 is used,
so let's test that on Travis.
This commit is contained in:
Alexander Neumann
2018-03-20 20:51:28 +01:00
committed by Zlatko Čalušić
parent 69ed06aa66
commit 698b6331b9

View File

@@ -3,8 +3,10 @@ sudo: false
language: go
go:
- 1.9.x
- 1.10.x
- "1.7.x"
- "1.8.x"
- "1.9.x"
- "1.10.x"
- master
matrix: