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:
authorJoseph Frazier <1212jtraceur@gmail.com>2016-04-27 04:41:35 +0300
committerJoseph Frazier <1212jtraceur@gmail.com>2016-04-27 04:41:35 +0300
commit4e28de9e5df522689b18f4c76fffedea66fa156d (patch)
tree226379ed021a6f15979f111f021f12583cdeac32 /.travis.yml
parent091a83382d2b920f2c8eaef8dfd5e91e84ef47b6 (diff)
Test Node v5 on Travis/AppVeyor (v6 is stable) (#774)
AppVeyor doesn't have v6 prebuilt yet, so we have to use `Update-NodeJsInstallation` to install it manually.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d98836..2b3068a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
language: node_js
node_js:
- 'node'
+ - '5'
- '4'
sudo: false
env: