mirror of
https://github.com/certbot/certbot.git
synced 2026-04-29 18:19:51 -04:00
Fix problem with godep and vendor directories
This commit is contained in:
parent
e533218060
commit
d34b5fee0d
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ env:
|
|||
global:
|
||||
- GOPATH=/tmp/go
|
||||
- PATH=$GOPATH/bin:$PATH
|
||||
- GO15VENDOREXPERIMENT=1 # Fixes problems with vendor directories
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
|
|
|||
Loading…
Reference in a new issue