This is an automated email from the git hooks/post-receive script.
alexishan pushed a commit to annotated tag 2022.5.24 in repository https-everywhere.
commit 5f18f64377fb0c410a66ded7dba88efd1de3ba20 Author: Alexis lxshancock@gmail.com AuthorDate: Tue Mar 22 18:28:29 2022 -0700
CI: Remove Chrome Beta Test (#20187)
* Update translations.
* Remove Chrome Beta test from Travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml index 4be2d0fb32..f028c3a391 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,9 @@ matrix: - env: TEST="validations" - env: TEST="fetch" - env: TEST="preloaded" - - addons: - chrome: beta - env: TEST="chrome beta" BROWSER=google-chrome-beta + # - addons: + # chrome: beta + # env: TEST="chrome beta" BROWSER=google-chrome-beta - addons: chrome: stable env: TEST="chrome stable" BROWSER=google-chrome-stable