diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a0f0d87 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: node_js +node_js: + - 0.8 + - 0.10 + - 0.12 + - 4 + - 5 +notifications: + email: + - lilleman@larvit.se \ No newline at end of file