emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master c719e8d 07/17: Another travis try


From: Rocky Bernstein
Subject: [elpa] master c719e8d 07/17: Another travis try
Date: Thu, 25 May 2017 02:05:03 -0400 (EDT)

branch: master
commit c719e8d594da35693b45fbdfea9c88af7742346d
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    Another travis try
---
 test/install-pkgs.el | 6 ++++--
 test/test-load.el    | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/test/install-pkgs.el b/test/install-pkgs.el
index d43575c..8049d62 100644
--- a/test/install-pkgs.el
+++ b/test/install-pkgs.el
@@ -1,4 +1,4 @@
-;; Copyright (C) 2015 Free Software Foundation, Inc
+;; Copyright (C) 2015-2016 Free Software Foundation, Inc
 
 ;; Author: Rocky Bernstein <address@hidden>
 
@@ -17,7 +17,9 @@
 
 (require 'package)
 (package-refresh-contents)
-(setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/";)))
+(setq package-archives '(("melpa" . "https://melpa.org/packages/";)
+                         ("org" . "http://orgmode.org/elpa/";)
+                         ("gnu" . "https://elpa.gnu.org/packages/";)))
 (condition-case nil
     (package-install 'test-simple)
   ((debug error) nil))
diff --git a/test/test-load.el b/test/test-load.el
index 7851376..16715a2 100644
--- a/test/test-load.el
+++ b/test/test-load.el
@@ -1,4 +1,4 @@
-;; Copyright (C) 2015 Free Software Foundation, Inc
+;; Copyright (C) 2015, 2016 Free Software Foundation, Inc
 
 ;; Author: Rocky Bernstein <address@hidden>
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]