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

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2016-05-04 16:28:34 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-05-04 16:28:34 +0300
commite3b50226c1f51be33dd9b9f6f88310c1cf29254c (patch)
tree97e945314e978816bfae695585a7a6a6d25716cc /.appveyor.yml
parent64506aef23fff33e245c977b551d7a292dd1d93f (diff)
reduce number of tests -- increase test speed
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index cd51e64..9cfbb6b 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -7,17 +7,12 @@ init:
# https://www.appveyor.com/docs/lang/nodejs-iojs#testing-under-multiple-versions-of-node-js-or-io-js
environment:
matrix:
- - nodejs_version: "6"
- - nodejs_version: "5"
- - nodejs_version: "4"
-
-platform:
- - x86
+ - nodejs_version: "" # https://www.appveyor.com/docs/installed-software#node-js
# Install scripts. (runs after repo cloning)
install:
# https://www.appveyor.com/docs/lang/nodejs-iojs#installing-em-any-em-version-of-node-js-or-io-js
- - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform
+ - ps: Install-Product node $env:nodejs_version
# install modules
- npm install