update-geoipdb fix will hopefully solve some failing tests
This commit is contained in:
@@ -12,10 +12,11 @@ branches:
|
||||
before_script:
|
||||
- RUBY_VERSION=/bin/bash rvm current
|
||||
- sed -i -E 's/system\((.*?)\)/""/g' /home/travis/.rvm/gems/$RUBY_VERSION/gems/browserstack-local-1.3.0/lib/browserstack/local.rb
|
||||
- ./update-geoipdb
|
||||
script:
|
||||
# - bundle exec rake
|
||||
- CONFIG_NAME='windows/windows_chrome_latest.config.yml' bundle exec rspec --tag run_on_browserstack
|
||||
- CONFIG_NAME='osx/osx_safari_latest.config.yml' bundle exec rspec --tag run_on_browserstack
|
||||
- CONFIG_FILE='windows/windows_chrome_latest.config.yml' bundle exec rspec --tag run_on_browserstack
|
||||
- CONFIG_FILE='osx/osx_safari_latest.config.yml' bundle exec rspec --tag run_on_browserstack
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
server: "hub-cloud.browserstack.com"
|
||||
|
||||
common_caps:
|
||||
"build": "OSX Safari"
|
||||
"name": "BStack Test Run"
|
||||
"project": "My Project"
|
||||
"build": "OSX Safari Latest"
|
||||
"project": "BeEF"
|
||||
"browserstack.local": true
|
||||
"browserstack.video": false
|
||||
|
||||
browser_caps:
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user