mirror of
https://github.com/restic/restic.git
synced 2025-12-23 07:26:18 +00:00
Fix Go versions for Travis
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user