This commit is contained in:
Thomas Walpole 2017-01-10 10:53:50 -08:00
parent 3fc2103181
commit 673bdc08a6
1 changed files with 12 additions and 14 deletions

View File

@ -11,6 +11,8 @@ env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
- JAVA_OPTS=-Djava.security.egd=file:/dev/urandom
matrix:
- WINDOW_TEST=true
addons:
firefox: 47.0.1
@ -22,10 +24,8 @@ matrix:
include:
- gemfile: Gemfile
rvm: 2.4.0
env:
- WINDOW_TEST=true
- gemfile: gemfiles/Gemfile.rspec-34
rvm: 2.3.1
rvm: 2.3.3
env: CAPYBARA_CHROME=true
addons:
apt:
@ -41,7 +41,7 @@ matrix:
- gemfile: gemfiles/Gemfile.base-versions
rvm: 1.9.3
- gemfile: Gemfile
rvm: 2.4.0
rvm: 2.3.3
env:
- WINDOW_TEST=true
- CAPYBARA_MARIONETTE=true
@ -51,7 +51,7 @@ matrix:
packages:
- awesome
- gemfile: gemfiles/Gemfile.beta-versions
rvm: 2.4.0
rvm: 2.3.3
addons:
firefox: latest-beta
apt:
@ -61,7 +61,7 @@ matrix:
- WINDOW_TEST=true
- CAPYBARA_MARIONETTE=true
- gemfile: gemfiles/Gemfile.edge-marionette
rvm: 2.4.0
rvm: 2.3.3
env:
- WINDOW_TEST=true
- CAPYBARA_MARIONETTE=true
@ -71,17 +71,15 @@ matrix:
packages:
- awesome
allow_failures:
- gemfile: Gemfile
rvm: 2.4.0
env:
- WINDOW_TEST=true
- CAPYBARA_MARIONETTE=true
- gemfile: gemfiles/Gemfile.beta-versions
- gemfile: gemfiles/Gemfile.edge-marionette
- rvm: 2.4.0
- rvm: rbx-3
- rvm: jruby-9.1.5.0
- rvm: jruby-9.1.6.0
- jruby-9.1.6.0
- env: CAPYBARA_MARIONETTE=true
- env:
- WINDOW_TEST=true
- CAPYBARA_MARIONETTE=true
before_install:
- mkdir -p ~/drivers; export PATH=~/drivers:$PATH;
- if [ $CAPYBARA_CHROME ]; then