aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rw-r--r--ci/init-tests.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/ci/init-tests.el b/ci/init-tests.el
index 4f40c295..ade70cce 100644
--- a/ci/init-tests.el
+++ b/ci/init-tests.el
@@ -10,11 +10,7 @@
;; Setup MELPA
(require 'package)
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
-(let* ((no-ssl (and (memq system-type '(windows-nt ms-dos))
- (not (gnutls-available-p))))
- (proto (if no-ssl "http" "https")))
- (add-to-list 'package-archives
- (cons "melpa" (concat proto "://melpa.org/packages/")) t))
+(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
(package-initialize)
;; Optionally: bootstrap use-package for declarative package specs