Please
This commit is contained in:
23
.travis.yml
23
.travis.yml
@@ -14,12 +14,23 @@ before_script:
|
|||||||
- sed -i -E 's/system\((.*?)\)/""/g' /home/travis/.rvm/gems/$RUBY_VERSION/gems/browserstack-local-1.3.0/lib/browserstack/local.rb
|
- sed -i -E 's/system\((.*?)\)/""/g' /home/travis/.rvm/gems/$RUBY_VERSION/gems/browserstack-local-1.3.0/lib/browserstack/local.rb
|
||||||
- yes | ./update-geoipdb
|
- yes | ./update-geoipdb
|
||||||
jobs:
|
jobs:
|
||||||
- name: "Standard Test Suite"
|
include:
|
||||||
env: CONFIG_FILE=windows/windows_chrome_latest.config.yaml
|
- name: "Full Test Suite"
|
||||||
script: bundle exec rake
|
rvm: 2.5.3
|
||||||
- name: "OSX Safari Latest"
|
env: CONFIG_FILE=windows/windows_chrome_latest.config.yaml
|
||||||
env: CONFIG_FILE=osx/osx_safari_latest_config.yaml
|
script: bundle exec rake
|
||||||
script: bundle exec rspec --tag run_on_browserstack
|
- name: "Full Test Suite"
|
||||||
|
rvm: 2.6.0
|
||||||
|
env: CONFIG_FILE=windows/windows_chrome_latest.config.yaml
|
||||||
|
script: bundle exec rake
|
||||||
|
- name: "Full Test Suite"
|
||||||
|
rvm: 2.6.5
|
||||||
|
env: CONFIG_FILE=windows/windows_chrome_latest.config.yaml
|
||||||
|
script: bundle exec rake
|
||||||
|
- name: "Full Test Suite"
|
||||||
|
rvm: 2.7.0
|
||||||
|
env: CONFIG_FILE=windows/windows_chrome_latest.config.yaml
|
||||||
|
script: bundle exec rake
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
|||||||
Reference in New Issue
Block a user