mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
disable testing chrome until google-chrome-stable works on travis again
This commit is contained in:
parent
c506aad6aa
commit
ce2a04f9dd
1 changed files with 12 additions and 6 deletions
18
.travis.yml
18
.travis.yml
|
@ -20,9 +20,10 @@ matrix:
|
|||
rvm: 1.9.3
|
||||
- gemfile: gemfiles/Gemfile.beta-versions
|
||||
rvm: 2.3.0
|
||||
- gemfile: Gemfile
|
||||
rvm: 2.2
|
||||
env: CAPYBARA_CHROME=true
|
||||
# disabled until google-chrome-stable is usable on travis again
|
||||
# - gemfile: Gemfile
|
||||
# rvm: 2.2
|
||||
# env: CAPYBARA_CHROME=true
|
||||
allow_failures:
|
||||
- gemfile: gemfiles/Gemfile.beta-versions
|
||||
- rvm: jruby-9.0.3.0
|
||||
|
@ -30,13 +31,18 @@ env:
|
|||
global:
|
||||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
||||
|
||||
|
||||
addons:
|
||||
firefox: latest
|
||||
# removed until google-chrome-stable is usable on travis again
|
||||
# apt:
|
||||
# sources:
|
||||
# - google-chrome
|
||||
# packages:
|
||||
# - google-chrome-stable
|
||||
# - awesome
|
||||
apt:
|
||||
sources:
|
||||
- google-chrome
|
||||
packages:
|
||||
- google-chrome-stable
|
||||
- awesome
|
||||
|
||||
before_install:
|
||||
|
|
Loading…
Reference in a new issue