diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index d287441..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,21 +0,0 @@ -environment: - nodejs_version: "8" -cache: - - '%AppData%\npm-cache -> appveyor.yml' - - node_modules -> package-lock.json - -install: - - ps: Install-Product node $env:nodejs_version x64 - - npm install -test_script: - - .\bin\run --help - - npm test -after_test: - - .\node_modules\.bin\nyc report --reporter text-lcov > coverage.lcov - - ps: | - $env:PATH = 'C:\msys64\usr\bin;' + $env:PATH - Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh - bash codecov.sh - -build: off -