From cb500e76da20f1d371195d80e4c32005c1501e00 Mon Sep 17 00:00:00 2001 From: testcafe-build-bot Date: Wed, 18 Dec 2019 12:03:20 +0300 Subject: [PATCH] Add info about publishing reports on Azure (closes #4250) A little more explanation --- appveyor.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index c4c7dcf7b95..00000000000 --- a/appveyor.yml +++ /dev/null @@ -1,35 +0,0 @@ -version: "#{build}" -clone_depth: 1 - -skip_commits: - message: /^\[docs\]/ - -branches: - except: - - new-docs - -environment: - NODEJS_VERSION: "10" - - matrix: - - GULP_TASK: "test-functional-local-ie" - -install: -- ps: >- - iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/set-screenresolution.ps1')) - - Set-ScreenResolution 1920 1080 - - Install-Product node $env:NODEJS_VERSION - - choco install GoogleChrome | out-null - - choco install Firefox | out-null - - npm --version - - npm i --loglevel error -build: off - -test_script: -- cmd: npm test