From 2718156c701c4e5e0bebd3a700eb1a71d7600413 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 25 Aug 2016 14:40:50 +0200 Subject: [PATCH] Ignore branch on travis. --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 34dfc8430..f5c3e85da 100755 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,15 @@ os: compiler: - gcc + +branches: + except: + - build-artifacts + +branches: + only: + - master + - dev git: submodules: false