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

enable chrome tests again

This commit is contained in:
Thomas Walpole 2016-04-15 14:04:15 -07:00
parent 4054d85d54
commit 02243e9c3f

View file

@ -21,10 +21,9 @@ matrix:
rvm: 1.9.3
- gemfile: gemfiles/Gemfile.beta-versions
rvm: 2.3.0
# disabled until google-chrome-stable is usable on travis again
# - gemfile: Gemfile
# rvm: 2.2
# env: CAPYBARA_CHROME=true
- gemfile: Gemfile
rvm: 2.3.0
env: CAPYBARA_CHROME=true
allow_failures:
- gemfile: gemfiles/Gemfile.beta-versions
- rvm: jruby-9.0.5.0
@ -35,15 +34,11 @@ env:
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: