From e6e73e5e0ca94ada76331f6ea15dbd7f81ca86e5 Mon Sep 17 00:00:00 2001 From: Christophe Date: Tue, 1 Dec 2020 08:43:56 +0100 Subject: [PATCH] Only run Travis C.I. on master branch --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1bf739c7..1a7da335 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,10 @@ language: cpp +branches: + only: + - master + - stable + matrix: include: - os: osx