From a5b9de2c4339d175ca8b857e9da5cae69a043ca9 Mon Sep 17 00:00:00 2001 From: knsv Date: Tue, 25 Nov 2014 23:23:40 +0100 Subject: [PATCH] Setting up continuous integration using travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..cb7101adc --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ + language: node_js + node_js: + - "0.10" \ No newline at end of file