From 4b4b4d3b8bc0a6b3950a0a59bf5ecd4f12bef369 Mon Sep 17 00:00:00 2001 From: Weston Platter Date: Mon, 24 Feb 2014 23:25:39 -0700 Subject: [PATCH] add .travis.yml file and test Travis execution --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000000..487f1305e63 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: node_js + +node_js: + - '0.11' + - '0.10' + - '0.8' + - '0.6' + +# NOTE - TravisCI for Nodejs defaults to `npm test`. +# More info here, http://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Default-Test-Script