From c107b6593a25a9329528664758bfb2c44e62cdbb Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Mon, 28 Aug 2017 17:06:32 +0200 Subject: [PATCH] also build release-branch in travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f350845..c760245 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,7 @@ branches: only: - master - develop + - /^release\/.*$/ + notifications: irc: "chat.freenode.net#libtom-notifications"