From 8ea7331d2b667e717ea16f4774e69674111f53af Mon Sep 17 00:00:00 2001 From: Tomusdrw Date: Tue, 2 Feb 2016 16:13:42 +0100 Subject: [PATCH] Building beta-* and stable-* tags --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d1cefa6ba..899174b5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ language: rust branches: only: - master + - /^beta-.*$/ + - /^stable-.*$/ matrix: fast_finish: true include: