From 5eda5349be4c4dccaad0a3175e23954615198ac2 Mon Sep 17 00:00:00 2001 From: Michael Greene Date: Tue, 2 Jun 2015 16:00:22 -0700 Subject: [PATCH] naturally, travis needs to know to actually *install* gpg2 for that to work --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fced57a..776c742 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ matrix: install: # make sure gnupg, pgpdump, and the requested version of OpenSSL are installed - sudo apt-get update - - sudo apt-get install -y gnupg pgpdump + - sudo apt-get install -y gnupg2 pgpdump # install coveralls - pip install tox python-coveralls # set TOXENV if it isn't yet