We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ed8df commit 125256fCopy full SHA for 125256f
.travis.yml
@@ -102,7 +102,7 @@ before_install:
102
- GPGME_VERSION=1.11.1
103
- cd /tmp
104
- curl -s -O https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-$GPGME_VERSION.tar.bz2
105
- - tar -jxvf gpgme-$GPGME_VERSION.tar.bz2
+ - tar -jxf gpgme-$GPGME_VERSION.tar.bz2
106
- cd gpgme-$GPGME_VERSION
107
- ./configure --prefix=$VIRTUAL_ENV
108
- make && make install
0 commit comments