mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-27 13:57:46 +00:00
Merge pull request #504 from smira/go-1.8
Add Travis CI build on Go 1.8
This commit is contained in:
@@ -5,6 +5,7 @@ language: go
|
|||||||
go:
|
go:
|
||||||
- 1.6
|
- 1.6
|
||||||
- 1.7
|
- 1.7
|
||||||
|
- 1.8
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
|
|||||||
@@ -231,7 +231,7 @@ class CreateMirror20Test(BaseTest):
|
|||||||
create mirror: using failing HTTP_PROXY
|
create mirror: using failing HTTP_PROXY
|
||||||
"""
|
"""
|
||||||
fixtureGpg = True
|
fixtureGpg = True
|
||||||
outputMatchPrepare = lambda _, s: s.replace('getsockopt: ', '')
|
outputMatchPrepare = lambda _, s: s.replace('getsockopt: ', '').replace('proxyconnect tcp', 'http: error connecting to proxy http://127.0.0.1:3137')
|
||||||
|
|
||||||
runCmd = "aptly -architectures='i386' mirror create -keyring=aptlytest.gpg -with-sources mirror20 http://security.debian.org/ wheezy/updates main"
|
runCmd = "aptly -architectures='i386' mirror create -keyring=aptlytest.gpg -with-sources mirror20 http://security.debian.org/ wheezy/updates main"
|
||||||
environmentOverride = {"HTTP_PROXY": "127.0.0.1:3137"}
|
environmentOverride = {"HTTP_PROXY": "127.0.0.1:3137"}
|
||||||
|
|||||||
Reference in New Issue
Block a user