Fix .travis.yml + add INSECURE envvar
This commit is contained in:
parent
7e702bd9d3
commit
00b4ab1776
2 changed files with 8 additions and 6 deletions
|
@ -85,8 +85,8 @@ base by `doom!' and for calculating how many packages exist.")
|
|||
;; than pulled, so packages are often out of date with upstream.
|
||||
|
||||
;; security settings
|
||||
tls-checktrust t
|
||||
gnutls-verify-error t
|
||||
tls-checktrust (not (getenv "INSECURE"))
|
||||
gnutls-verify-error tls-checktrust
|
||||
|
||||
use-package-always-defer t
|
||||
use-package-always-ensure nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue