From 6ac629352ad956df35cfda37cf5078271ffd694e Mon Sep 17 00:00:00 2001 From: Jeremy Wright <wrightjmf@gmail.com> Date: Wed, 13 May 2015 12:21:04 -0400 Subject: [PATCH] Trying to get Travis CI to ignore the pythonocc branch This branch will be broken for some time, and we don't need the build status of the entire repo failing because of it. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 45600a2..81ba29e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,3 +17,7 @@ script: after_success: - coveralls + +branches: + except: + - pythonocc