diff options
author | Charles Oliver Nutter <headius@headius.com> | 2016-11-17 12:15:35 -0600 |
---|---|---|
committer | Charles Oliver Nutter <headius@headius.com> | 2016-11-17 12:15:35 -0600 |
commit | 0cc4fd116471be4b1f582f6309c4c5ccba7b1555 (patch) | |
tree | 160b283020142fa7b7260ff5d966cb9ae3c88b92 | |
parent | c307b1ed77e3a58042f90dc0087b74506893727b (diff) | |
download | psych-0cc4fd116471be4b1f582f6309c4c5ccba7b1555.tar.gz |
Add haveged to build deps, hopefully speed up JRuby install.
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 844402a..837750f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,8 @@ matrix: - rvm: jruby-9.1.6.0 before_install: gem install bundler --no-document + +addons: + apt: + packages: + - haveged |