2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-29 07:00:49 +00:00

Fix Go versions for Travis

This commit is contained in:
Alexander Neumann 2018-02-17 18:48:15 +01:00
parent 597f6be4e4
commit 34bf9de339

View File

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