/ not - <sigh>

This commit is contained in:
Jack Walker
2020-04-22 10:29:33 +10:00
parent 6d74889608
commit d2e295c860
2 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ branches:
- browserstack - browserstack
before_script: 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 - 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: script:
# - bundle exec rake # - bundle exec rake
- CONFIG_NAME='windows/windows_chrome_latest.config.yml' bundle exec rspec --tag run_on_browserstack - CONFIG_NAME='windows/windows_chrome_latest.config.yml' bundle exec rspec --tag run_on_browserstack

View File

@@ -15,7 +15,7 @@ require 'curb'
require 'rest-client' require 'rest-client'
require 'yaml' require 'yaml'
require 'selenium-webdriver' require 'selenium-webdriver'
require 'browserstack-local' require 'browserstack/local'
# Require supports # Require supports
Dir['spec/support/*.rb'].each do |f| Dir['spec/support/*.rb'].each do |f|