From 16a6e5afb69874dc93698059e99de6ea3453f823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Ska=C5=82acki?= Date: Thu, 21 Mar 2019 23:42:23 +0100 Subject: [PATCH] Test --use-system-libraries option in Travis CI Actually, $RUBY_GPGME_USE_SYSTEM_LIBRARIES environment variable is tested, but it is equivalent. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 54b15e5..c7e157e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,10 @@ rvm: - 2.4.3 - 2.5.0 +env: + - RUBY_GPGME_USE_SYSTEM_LIBRARIES=1 + - + matrix: allow_failures: - rvm: 1.9.3