From ea849fc70c734c3822ece361047e8b4976d53ba7 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Sun, 9 Apr 2017 11:55:16 +0200 Subject: Travis: whitelist build branches to avoid testing feature branches twice (as branch and as pull request) --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: botan-commits@lists.randombit.net -- cgit v1.2.3