forked from TrueCloudLab/restic
Add Go 1.11 to CI tests
This commit is contained in:
parent
d31666d332
commit
10c0b8080e
2 changed files with 9 additions and 5 deletions
|
@ -7,13 +7,17 @@ matrix:
|
||||||
go: "1.9.x"
|
go: "1.9.x"
|
||||||
env: RESTIC_TEST_FUSE=0 RESTIC_TEST_CLOUD_BACKENDS=0 RESTIC_BUILD_SOLARIS=0
|
env: RESTIC_TEST_FUSE=0 RESTIC_TEST_CLOUD_BACKENDS=0 RESTIC_BUILD_SOLARIS=0
|
||||||
|
|
||||||
# only run fuse and cloud backends tests on Travis for the latest Go on Linux
|
|
||||||
- os: linux
|
- os: linux
|
||||||
go: "1.10.x"
|
go: "1.10.x"
|
||||||
|
env: RESTIC_TEST_FUSE=0 RESTIC_TEST_CLOUD_BACKENDS=0
|
||||||
|
|
||||||
|
# only run fuse and cloud backends tests on Travis for the latest Go on Linux
|
||||||
|
- os: linux
|
||||||
|
go: "1.11.x"
|
||||||
sudo: true
|
sudo: true
|
||||||
|
|
||||||
- os: osx
|
- os: osx
|
||||||
go: "1.10.x"
|
go: "1.11.x"
|
||||||
env: RESTIC_TEST_FUSE=0 RESTIC_TEST_CLOUD_BACKENDS=0
|
env: RESTIC_TEST_FUSE=0 RESTIC_TEST_CLOUD_BACKENDS=0
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
|
|
|
@ -17,8 +17,8 @@ init:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- rmdir c:\go /s /q
|
- rmdir c:\go /s /q
|
||||||
- appveyor DownloadFile https://dl.google.com/go/go1.10.windows-amd64.msi
|
- appveyor DownloadFile https://dl.google.com/go/go1.11.windows-amd64.msi
|
||||||
- msiexec /i go1.10.windows-amd64.msi /q
|
- msiexec /i go1.11.windows-amd64.msi /q
|
||||||
- go version
|
- go version
|
||||||
- go env
|
- go env
|
||||||
- appveyor DownloadFile http://sourceforge.netcologne.de/project/gnuwin32/tar/1.13-1/tar-1.13-1-bin.zip -FileName tar.zip
|
- appveyor DownloadFile http://sourceforge.netcologne.de/project/gnuwin32/tar/1.13-1/tar-1.13-1-bin.zip -FileName tar.zip
|
||||||
|
@ -26,4 +26,4 @@ install:
|
||||||
- set PATH=bin/;%PATH%
|
- set PATH=bin/;%PATH%
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- go run run_integration_tests.go
|
- go run -mod=vendor run_integration_tests.go
|
||||||
|
|
Loading…
Reference in a new issue