Fix Go versions for Travis

This commit is contained in:
Alexander Neumann 2018-02-17 18:48:15 +01:00
parent 597f6be4e4
commit 34bf9de339
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ sudo: false
go:
- "1.8.x"
- "1.9.x"
- "1.10.x"
- "1.10"
os:
- linux
@ -21,10 +21,10 @@ matrix:
- os: osx
go: "1.9.x"
- os: linux
go: "1.10.x"
go: "1.10"
include:
- os: linux
go: "1.10.x"
go: "1.10"
sudo: true
env:
RESTIC_TEST_FUSE=1