From 2e2d18ae6129cc7207952e261e38a50571273f1e Mon Sep 17 00:00:00 2001 From: Charlie McConnell Date: Thu, 14 Jun 2012 08:54:37 -0700 Subject: [PATCH] [test] Add .travis.yml for 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 00000000..4bd1dd08 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: node_js +node_js: + - 0.6 +branches: + only: + - master +notifications: + email: + - travis@nodejitsu.com + irc: "irc.freenode.org#nodejitsu"