Skip to content

Commit

Permalink
Test --use-system-libraries option in Travis CI
Browse files Browse the repository at this point in the history
Actually, $RUBY_GPGME_USE_SYSTEM_LIBRARIES environment variable is
tested, but it is equivalent.
  • Loading branch information
skalee committed Mar 21, 2019
1 parent c9e924f commit 16a6e5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16a6e5a

Please sign in to comment.