Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-12-16 17:57:00 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-01-07 20:11:49 +0300
commit4a669bee4ac54c70adc6979d45cd0605b6dc33fd (patch)
treecb42ab96280e5060889db196e1ced8cbf11cf07c
parent43ae0791f74f68e02850201a64a6af693657b241 (diff)
Remove the unused appveyor.yml
PR-URL: https://github.com/npm/cli/pull/603 Credit: @XhmikosR Close: #603 Reviewed-by: @ruyadorno
-rw-r--r--appveyor.yml34
1 files changed, 0 insertions, 34 deletions
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 7b97e79d6..000000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-environment:
- matrix:
- # LTS is our most important target
- - nodejs_version: "6"
- # previous LTS is next most important
- - nodejs_version: "4"
- - nodejs_version: "7"
- # then master
- - nodejs_version: "8"
- COVERALLS_REPO_TOKEN:
- secure: XdC0aySefK0HLh1GNk6aKrzZPbCfPQLyA4mYtFGEp4DrTuZA/iuCUS0LDqFYO8JQ
-platform:
- - x86
- - x64
-install:
- - ps: Install-Product node $env:nodejs_version $env:platform
- - npm config set spin false
- - npm rebuild
- - node . install -g .
- - set "PATH=%APPDATA%\npm;C:\Program Files\Git\mingw64\libexec;%PATH%"
- - npm install --loglevel=http
-test_script:
- - node --version
- - npm --version
- - npm run test -- --reporter=classic
-notifications:
-- provider: Slack
- incoming_webhook:
- secure: vXiG5AgpqxJsXZ0N0CTYDuVrX6RMjBybZKtOx6IbRxCyjgd+DAx6Z9/0XgYQjuof7QFJY3M/U6HxaREQVYbNVHA+C5N5dNALRbKzAC8QNbA=
-# GO_FAST
-matrix:
- fast_finish: true
-# we don't need the builds, we just need tests
-build: off