mirror of https://github.com/restic/restic.git
Update Go version for CI tests
This commit is contained in:
parent
b723094739
commit
aeeec0ff94
11
.travis.yml
11
.travis.yml
|
@ -2,8 +2,9 @@ language: go
|
|||
sudo: false
|
||||
|
||||
go:
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
- "1.8.x"
|
||||
- "1.9.x"
|
||||
- "1.10.x"
|
||||
|
||||
os:
|
||||
- linux
|
||||
|
@ -16,12 +17,12 @@ env:
|
|||
matrix:
|
||||
exclude:
|
||||
- os: osx
|
||||
go: 1.8.x
|
||||
go: "1.9.x"
|
||||
- os: linux
|
||||
go: 1.9.x
|
||||
go: "1.10.x"
|
||||
include:
|
||||
- os: linux
|
||||
go: 1.9.x
|
||||
go: "1.10.x"
|
||||
sudo: true
|
||||
env:
|
||||
RESTIC_TEST_FUSE=1
|
||||
|
|
|
@ -17,8 +17,8 @@ init:
|
|||
|
||||
install:
|
||||
- rmdir c:\go /s /q
|
||||
- appveyor DownloadFile https://dl.google.com/go/go1.9.3.windows-amd64.msi
|
||||
- msiexec /i go1.9.3.windows-amd64.msi /q
|
||||
- appveyor DownloadFile https://dl.google.com/go/go1.10.windows-amd64.msi
|
||||
- msiexec /i go1.10.windows-amd64.msi /q
|
||||
- go version
|
||||
- go env
|
||||
- appveyor DownloadFile http://sourceforge.netcologne.de/project/gnuwin32/tar/1.13-1/tar-1.13-1-bin.zip -FileName tar.zip
|
||||
|
|
Loading…
Reference in New Issue