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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue