aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-08-01 22:28:12 -0400
committerBen Burwell <ben@benburwell.com>2015-08-01 22:28:12 -0400
commita4279342d0d6c3ad92b04afff4c306ce55f10afc (patch)
tree9d41dcb67ecbe26804ea358a40ebba3fd9b1908a /.travis.yml
parent3788738f88b3aed5ced113aa4c455a0d25d8b84e (diff)
start this puppy up
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 0000000..7ce05b5
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: node_js
+node_js:
+ - "0.12"
+script:
+ - npm test