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:
authorQuim Calpe <quim@kalpe.com>2013-11-23 03:31:43 +0400
committerDomenic Denicola <domenic@domenicdenicola.com>2013-11-26 10:03:45 +0400
commitfd3017fc3e9d42acf6394a5285122edb4dc16106 (patch)
tree586d66bc79af12563f31a50c75cafab4d698b7fb /node_modules/text-table/.travis.yml
parentec2c50f9bc926c3034ac8c5e166cdaf2c42e53e9 (diff)
Make `npm outdated` output prettier.
Fixes #4176. Uses ansicolors, ansistyles, and text-table.
Diffstat (limited to 'node_modules/text-table/.travis.yml')
-rw-r--r--node_modules/text-table/.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/text-table/.travis.yml b/node_modules/text-table/.travis.yml
new file mode 100644
index 000000000..cc4dba29d
--- /dev/null
+++ b/node_modules/text-table/.travis.yml
@@ -0,0 +1,4 @@
+language: node_js
+node_js:
+ - "0.8"
+ - "0.10"