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:
authorRebecca Turner <me@re-becca.org>2015-11-03 01:47:53 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-11-20 04:29:47 +0300
commit791ec6b1bac0d1df59f5ebb4ccd16a29a5dc73f0 (patch)
treed8d973de0dc5efb630e26dfffe93584b223ee745 /.travis.yml
parent58d776cc27a91311931ef092e4bf5a16ebb0cca1 (diff)
travis: Update tested node versions
Credit: @iarna Reviewed-By: @othiym23 PR-URL: https://github.com/npm/npm/pull/10233
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d0cde08d3..d6974e29e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: node_js
node_js:
- - "4.1"
- - "4.0"
+ - "5"
+ - "4"
- iojs
- "0.12"
- "0.10"