From 347a88a7567b1bd87acd7cb8c0898b50f5389411 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Thu, 12 Jan 2017 20:25:33 +1300 Subject: [PATCH] Travis test --- travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 travis.yml diff --git a/travis.yml b/travis.yml new file mode 100755 index 00000000..cfac3aa0 --- /dev/null +++ b/travis.yml @@ -0,0 +1,12 @@ +language: node_js + +# test on two node.js versions: 0.6 and 0.8 +node_js: + - 0.6 + - 0.8 + +# configure notifications (email, IRC, campfire etc) +# please update this section to your needs! +#notifications: +# irc: "irc.freenode.org#travis" +