1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Travis builds jruby slowly due to lack of entropy from /dev/random - use /dev/urandom instead

This commit is contained in:
Thomas Walpole 2016-10-06 15:10:07 -07:00
parent f86a72b87c
commit 73aa8cecf9

View file

@ -4,7 +4,7 @@ dist: trusty
rvm:
- 2.0.0
- 2.2
- jruby-9.0.5.0
- jruby-9.1.5.0
- rbx-3.26
gemfile:
- Gemfile
@ -50,11 +50,12 @@ matrix:
allow_failures:
- gemfile: gemfiles/Gemfile.beta-versions
- gemfile: gemfiles/Gemfile.beta-marionette
- rvm: jruby-9.0.5.0
- rvm: jruby-9.1.5.0
- rvm: rbx-3.26
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
- JAVA_OPTS=-Djava.security.egd=file:/dev/urandom
addons:
firefox: 47.0.1