From 4f6387c17f55c23da4aac161cf2e5a4dd2a25c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Ma=C5=82ecki?= Date: Fri, 10 Aug 2012 21:46:58 +0200 Subject: [PATCH] [test] Add `node v0.9` testing, test all branches --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c1e199e6d..e7b309a71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,8 @@ language: node_js node_js: - 0.6 - 0.8 -branches: - only: - - master + - 0.9 + notifications: email: - travis@nodejitsu.com