mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
fix travis build setting
This commit is contained in:
parent
920848e229
commit
3be5c06b82
2 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,9 @@ matrix:
|
|||
rvm: 2.4.0
|
||||
addons:
|
||||
firefox: latest-beta
|
||||
apt:
|
||||
packages:
|
||||
- awesome
|
||||
env:
|
||||
- WINDOW_TEST=true
|
||||
- CAPYBARA_MARIONETTE=true
|
||||
|
|
|
@ -6,3 +6,5 @@ gemspec :path => '..'
|
|||
gem 'xpath', github: 'jnicklas/xpath'
|
||||
|
||||
gem 'selenium-webdriver', :path => '../../selenium/build/rb'
|
||||
gem 'rack', github: 'rack/rack'
|
||||
gem 'sinatra', github: 'sinatra/sinatra', branch: 'master'
|
||||
|
|
Loading…
Reference in a new issue