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:
authorfscherwi <fscherwi@users.noreply.github.com>2015-09-19 23:35:24 +0300
committerRebecca Turner <me@re-becca.org>2015-10-09 02:24:35 +0300
commit6a29fe3e5c35001abb5e366e51985f8b9ef4108d (patch)
tree088a7cc8f423cf57d8ba4c688861df5da2fb150a /.travis.yml
parenta69c83a65d51bad9a23a0e34e190a08ca2219b8f (diff)
travis: Add CI for Node.js 4
PR-URL: https://github.com/npm/npm/pull/9677
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 e5828a397..159b43892 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
language: node_js
node_js:
- iojs
+ - "4"
- "0.12"
- "0.10"
- "0.8"