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:
authorJason Kurian <JaKXz@users.noreply.github.com>2015-10-02 20:12:24 +0300
committerRebecca Turner <me@re-becca.org>2015-10-09 02:24:37 +0300
commit9d0b51423cff7a09cfd4a2560309dd2c5787ce87 (patch)
tree29fbb1486397f4b70c05d6246808f96c21383cac /.travis.yml
parent87336c30a848f93d9503f00d9c4147a76e74cb3b (diff)
travis: Add node 4.1 to TravisCI
PR-URL: https://github.com/npm/npm/pull/9827
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 159b43892..d0cde08d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,8 @@
language: node_js
node_js:
+ - "4.1"
+ - "4.0"
- iojs
- - "4"
- "0.12"
- "0.10"
- "0.8"