From 1eaa1b790f7a2dd5da8dd9df1a1ddcecf4113b0f Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Sun, 9 Jun 2013 08:30:03 -0500 Subject: [PATCH] update travis for 0.3.x in master --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7487eed658..bf60651cbe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,8 @@ env: script: scons -j 2 && scons test branches: only: + - master + - permessage-deflate - experimental - 0.3.x-cmake notifications: @@ -17,4 +19,4 @@ notifications: - travis@zaphoyd.com email: on_success: change - on_failure: always \ No newline at end of file + on_failure: always