diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 2389f42e..00000000 --- a/appveyor.yml +++ /dev/null @@ -1,17 +0,0 @@ -# http://www.appveyor.com/docs/appveyor-yml -image: Visual Studio 2019 - -version: '{build}' - -environment: - nodejs_version: '16' - -install: - - ps: Install-Product node $env:nodejs_version - - yarn install --immutable --immutable-cache - -test_script: - - yarn run test - -# Disable automatic builds -build: false