[WIP] Use a managed HTTP(S) transport implementation #374
|
@ -7,6 +7,13 @@ go:
|
||||||
|
|
||||||
script: make test-static
|
script: make test-static
|
||||||
|
|
||||||
|
# The default of --recursive chokes on the libgit2 tests
|
||||||
|
git:
|
||||||
|
submodules: false
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- git submodule update --init
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
|
|
Loading…
Reference in New Issue