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

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

[nongnu] elpa/raku-mode a0cd586520 170/253: Following this advice http:/


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode a0cd586520 170/253: Following this advice http://stackoverflow.com/questions/26108655/error-updating-emacs-packages-failed-to-download-gnu-archive
Date: Sat, 29 Jan 2022 08:28:55 -0500 (EST)

branch: elpa/raku-mode
commit a0cd5865208d15fc6183a4c4ef76b3950d9a596c
Author: JJ Merelo <jjmerelo@gmail.com>
Commit: JJ Merelo <jjmerelo@gmail.com>

    Following this advice 
http://stackoverflow.com/questions/26108655/error-updating-emacs-packages-failed-to-download-gnu-archive
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 94272c86db..4b5e9e2339 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@ before_install:
   # Update and install the Emacs for our environment
   - sudo apt-get update -qq
   - sudo apt-get install -qq -yy ${EMACS}-nox
+  - sudo apt-get install -qq -yy gnupg
   # Install and bootstrap cask
   - curl -fsSkL https://raw.github.com/JJ/cask/master/go | python
   - export PATH="${HOME}/.cask/bin:$PATH"
@@ -14,5 +15,4 @@ install:
   - cask install
 script:
   - make compile test
-notifications:
-  email: falase
+



reply via email to

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