diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index ecf889453347..000000000000 --- a/.appveyor.yml +++ /dev/null @@ -1,15 +0,0 @@ -version: '{build}' -branches: - only: [master] -init: -- ps: Install-Product node 8 -install: -- cmd: npm -v -- cmd: node -v -- cmd: npm install -g yarn -- cmd: yarn -cache: -- node_modules -build: off -test_script: -- cmd: yarn test