From 43e6e5361be3662e60786ea2b4244129badd9b1a Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Mon, 6 Jun 2016 07:10:26 +0100 Subject: [PATCH] only run travis on master and stable don't run travis for pushes to branches other than master and stable ... without this, we can't push non-passing changes to any branch without breaking our travis badge --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index f105dad2..7ec4a9a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,8 @@ +branches: + only: + - master + - stable + language: cpp before_script: