mirror of https://github.com/restic/restic.git
Disable CI tests on Go 1.8 on OS X
This commit is contained in:
parent
aeeec0ff94
commit
597f6be4e4
|
@ -16,6 +16,8 @@ env:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
|
- os: osx
|
||||||
|
go: "1.8.x"
|
||||||
- os: osx
|
- os: osx
|
||||||
go: "1.9.x"
|
go: "1.9.x"
|
||||||
- os: linux
|
- os: linux
|
||||||
|
|
Loading…
Reference in New Issue