mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
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:
committed by
Zlatko Čalušić
parent
69ed06aa66
commit
698b6331b9
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user