diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 071662dec..52720245c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,6 +103,11 @@ script: after_success: - ./src/scripts/ci/travis/after_success.sh +# whitelist branches to avoid testing feature branches twice (as branch and as pull request) +branches: + only: + - master + notifications: email: [email protected] |