summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-07-06 01:05:14 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-07-06 01:05:14 +0200
commit399d9b69458957ea96f06f87f6b63dce5561aa49 (patch)
tree0bcfc1493684b253d04c097a50eac013970d3d87
parent36d283c3de7d1cbd002541de9dea949a1d3fb0cd (diff)
initial travis integration - js tests first
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000..de8ea1530
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: node_js
+node_js:
+ - "0.11"
+ - "0.10"
+
+script: make tests