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:
Diffstat (limited to 'node_modules/fstream-npm/.travis.yml')
-rw-r--r--node_modules/fstream-npm/.travis.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/node_modules/fstream-npm/.travis.yml b/node_modules/fstream-npm/.travis.yml
index 3637c003f..905e270bc 100644
--- a/node_modules/fstream-npm/.travis.yml
+++ b/node_modules/fstream-npm/.travis.yml
@@ -1,12 +1,9 @@
language: node_js
sudo: false
node_js:
- - "5"
+ - "6"
- "4"
- - iojs
- - "0.12"
- - "0.10"
- - "0.8"
+ - "7"
before_install:
- "npm config set spin false"
- "npm install -g npm"