/ not - <sigh>
This commit is contained in:
@@ -11,7 +11,6 @@ branches:
|
||||
- browserstack
|
||||
before_script:
|
||||
- sed -i 's/system\((.*?)\)/''/g' /home/travis/.rvm/gems/ruby-2.5.3/gems/browserstack-local-1.3.0/lib/browserstack/local.rb
|
||||
- gem environment
|
||||
script:
|
||||
# - bundle exec rake
|
||||
- CONFIG_NAME='windows/windows_chrome_latest.config.yml' bundle exec rspec --tag run_on_browserstack
|
||||
|
||||
@@ -15,7 +15,7 @@ require 'curb'
|
||||
require 'rest-client'
|
||||
require 'yaml'
|
||||
require 'selenium-webdriver'
|
||||
require 'browserstack-local'
|
||||
require 'browserstack/local'
|
||||
|
||||
# Require supports
|
||||
Dir['spec/support/*.rb'].each do |f|
|
||||
|
||||
Reference in New Issue
Block a user