Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install HAVEGED for improving entropy source
Browse files Browse the repository at this point in the history
BanzaiMan committed Jul 2, 2017
1 parent f3ec650 commit b0a7c6c
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
@@ -6,6 +6,11 @@ cache:
directories:
- $HOME/.m2

addons:
apt:
packages:
- haveged

before_install:
- rm ~/.m2/settings.xml
- export MAVEN_SKIP_RC=true

0 comments on commit b0a7c6c

Please sign in to comment.