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:
authorbcoe <bencoe@gmail.com>2014-03-21 01:44:35 +0400
committerisaacs <i@izs.me>2014-04-10 21:58:12 +0400
commit7d0aec2ff0b36914d2c11b55bda3a1711be4cd33 (patch)
tree0bf48f6ad06ffbf68a9241f3fa5c804c8b9cbae2 /.travis.yml
parentc95cf086e5b97dbb48ff95a72517b203a8f29eab (diff)
update tap tests to hit no external dependencies.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000..0fbe8dc33
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: node_js
+script: "npm run-script tap"
+node_js:
+ - "0.11"
+ - "0.10"