forked from TrueCloudLab/restic
Fix Go versions for Travis
This commit is contained in:
parent
597f6be4e4
commit
34bf9de339
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue