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.
This commit is contained in:
parent
17250d9e1c
commit
6ac629352a
|
@ -17,3 +17,7 @@ script:
|
|||
|
||||
after_success:
|
||||
- coveralls
|
||||
|
||||
branches:
|
||||
except:
|
||||
- pythonocc
|
||||
|
|
Loading…
Reference in New Issue
Block a user