Skip to content

Commit 45eefaf

Browse files
committed
Set GPGME_VERSION in .travis.yml.
1 parent e421b12 commit 45eefaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ before_install:
5353
- make && make install
5454

5555
# gpgme
56-
- GPGME_VERSION
56+
- GPGME_VERSION=1.11.1
5757
- cd /tmp
5858
- curl -s -O https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-$GPGME_VERSION.tar.bz2
5959
- tar -jxvf gpgme-$GPGME_VERSION.tar.bz2

0 commit comments

Comments
 (0)