branch: master
commit c719e8d594da35693b45fbdfea9c88af7742346d
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
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 <[email protected]>
@@ -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 <[email protected]>