Skip to content

Commit

Permalink
Merge aa7722d into c9e924f
Browse files Browse the repository at this point in the history
  • Loading branch information
skalee committed Mar 21, 2019
2 parents c9e924f + aa7722d commit 65c8e23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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 All @@ -17,6 +21,7 @@ matrix:
before_install:
# this is a fix to get rng-tools to work in travis-ci
- sudo apt-get update -qq
- '[ -z "$RUBY_GPGME_USE_SYSTEM_LIBRARIES" ] || sudo apt-get install --yes libgpgme11-dev'
- sudo apt-get install --yes rng-tools
- sudo rm -f /dev/random
- sudo mknod -m 0666 /dev/random c 1 9
Expand Down

0 comments on commit 65c8e23

Please sign in to comment.