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:
authorForrest L Norvell <forrest@npmjs.com>2016-04-27 02:56:03 +0300
committerRebecca Turner <me@re-becca.org>2016-04-28 00:14:56 +0300
commitda1d86a9b2c87bc67b9447ddb6cb2a3d815e2d37 (patch)
treedb29bcae21b002756ef4778586d6cb44b28c88ee /.travis.yml
parent45db3f81e7efe6eebdeba99d7308f8a48f050f61 (diff)
ci: nix iojs, add Node.js 6, prioritize 4 over 5
Credit: @othiym23 PR-URL: https://github.com/npm/npm/pull/12487 Reviewed-By: @iarna
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 02765e737..69cb956a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,8 @@
language: node_js
node_js:
- - "5"
+ - "6"
- "4"
- - iojs
+ - "5"
- "0.12"
- "0.10"
- "0.8"