1
0
Fork 0
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:
Thomas Walpole 2017-01-03 10:52:33 -08:00
parent 920848e229
commit 3be5c06b82
2 changed files with 5 additions and 0 deletions

View file

@ -54,6 +54,9 @@ matrix:
rvm: 2.4.0
addons:
firefox: latest-beta
apt:
packages:
- awesome
env:
- WINDOW_TEST=true
- CAPYBARA_MARIONETTE=true

View file

@ -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'