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
|
rvm: 2.4.0
|
||||||
addons:
|
addons:
|
||||||
firefox: latest-beta
|
firefox: latest-beta
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- awesome
|
||||||
env:
|
env:
|
||||||
- WINDOW_TEST=true
|
- WINDOW_TEST=true
|
||||||
- CAPYBARA_MARIONETTE=true
|
- CAPYBARA_MARIONETTE=true
|
||||||
|
|
|
@ -6,3 +6,5 @@ gemspec :path => '..'
|
||||||
gem 'xpath', github: 'jnicklas/xpath'
|
gem 'xpath', github: 'jnicklas/xpath'
|
||||||
|
|
||||||
gem 'selenium-webdriver', :path => '../../selenium/build/rb'
|
gem 'selenium-webdriver', :path => '../../selenium/build/rb'
|
||||||
|
gem 'rack', github: 'rack/rack'
|
||||||
|
gem 'sinatra', github: 'sinatra/sinatra', branch: 'master'
|
||||||
|
|
Loading…
Add table
Reference in a new issue