From bab96b045a2bcb254c911e6822f3a4db9329d9ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Ma=C5=82ecki?= Date: Fri, 18 Nov 2011 22:29:05 +0100 Subject: [PATCH] [test] Add `.travis.yml` for testing on Travis CI --- .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 0000000..63e4183 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: node_js +node_js: + - 0.4 + - 0.6 + +notifications: + email: + - travis@nodejitsu.com + irc: "irc.freenode.org#nodejitsu" +