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:
parent
f86a72b87c
commit
73aa8cecf9
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue