From 746ef4b40a0ff31850fc06cdd842abe621942c44 Mon Sep 17 00:00:00 2001 From: Jack Walker Date: Wed, 22 Apr 2020 14:03:16 +1000 Subject: [PATCH] Please --- .travis.yml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index e5103699c..b170bf6b9 100644 --- a/.travis.yml +++ b/.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 - yes | ./update-geoipdb jobs: - - name: "Standard Test Suite" - env: CONFIG_FILE=windows/windows_chrome_latest.config.yaml - script: bundle exec rake - - name: "OSX Safari Latest" - env: CONFIG_FILE=osx/osx_safari_latest_config.yaml - script: bundle exec rspec --tag run_on_browserstack + include: + - name: "Full Test Suite" + rvm: 2.5.3 + env: CONFIG_FILE=windows/windows_chrome_latest.config.yaml + script: bundle exec rake + - 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: apt: packages: