diff --git a/.travis.yml b/.travis.yml index bec23095f..52655d9d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -190,6 +190,13 @@ after_success: fi +#============================================================================= +# Whitelist master branch to run Travis CI with it after merge +#============================================================================= +branches: + only: + - master + #============================================================================= # Documentation deployment #=============================================================================