branch: elpa/raku-mode
commit 5f885f49619118197aecd0b682ad4db32d1a0df2
Author: JJ Merelo <[email protected]>
Commit: JJ Merelo <[email protected]>
There's no need to install this
---
.travis.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 3cbe5f0e67..c1758367f5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,6 @@ 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"