branch: elpa/raku-mode
commit a0cd5865208d15fc6183a4c4ef76b3950d9a596c
Author: JJ Merelo <[email protected]>
Commit: JJ Merelo <[email protected]>
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
+