From 4daff898d15df2957fd38614515faa2061642db1 Mon Sep 17 00:00:00 2001 From: Josh Date: Sun, 26 Apr 2020 17:14:28 -0700 Subject: [PATCH] updated travis --- .travis.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index 190d864a6..66da89d35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ env: - CONFIG_FILE=windows/win10/win10_firefox_32.config.yml - CONFIG_FILE=windows/win10/win10_firefox_68esr.config.yml - CONFIG_FILE=windows/win10/win10_firefox_75.config.yml - - CONFIG_FILE=windows/win10/win10_edge_81.config.yml + - CONFIG_FILE=windows/win10/win10_edge_81.config.yml - CONFIG_FILE=windows/win10/win10_ie_11.config.yml - CONFIG_FILE=windows/win8/win8_chrome_22.config.yml - CONFIG_FILE=windows/win8/win8_chrome_81.config.yml @@ -60,25 +60,25 @@ env: script: bundle exec rake fast_finish: true - name: "Full Test Suite 2.6.0" - rvm: 2.6.0 - env: CONFIG_FILE=windows/win10/win10_chrome_81.config.yml - script: bundle exec rake - fast_finish: true + rvm: 2.6.0 + env: CONFIG_FILE=windows/win10/win10_chrome_81.config.yml + script: bundle exec rake + fast_finish: true - name: "Full Test Suite 2.6.3" - rvm: 2.6.3 - env: CONFIG_FILE=windows/win10/win10_chrome_81.config.yml - script: bundle exec rake - fast_finish: true + rvm: 2.6.3 + env: CONFIG_FILE=windows/win10/win10_chrome_81.config.yml + script: bundle exec rake + fast_finish: true - name: "Full Test Suite 2.6.5" - rvm: 2.6.5 - env: CONFIG_FILE=windows/win10/win10_chrome_81.config.yml - script: bundle exec rake - fast_finish: true + rvm: 2.6.5 + env: CONFIG_FILE=windows/win10/win10_chrome_81.config.yml + script: bundle exec rake + fast_finish: true - name: "Full Test Suite 2.7.0" - rvm: 2.7.0 - env: CONFIG_FILE=windows/win10/win10_chrome_81.config.yml - script: bundle exec rake - fast_finish: true + rvm: 2.7.0 + env: CONFIG_FILE=windows/win10/win10_chrome_81.config.yml + script: bundle exec rake + fast_finish: true script: - bundle exec rspec --tag run_on_browserstack addons: