Fix .travis.yml + add INSECURE envvar

This commit is contained in:
Henrik Lissner 2017-05-19 23:49:07 +02:00
parent 7e702bd9d3
commit 00b4ab1776
2 changed files with 8 additions and 6 deletions

View file

@ -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