aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2017-04-09 11:55:16 +0200
committerSimon Warta <[email protected]>2017-04-09 11:55:16 +0200
commitea849fc70c734c3822ece361047e8b4976d53ba7 (patch)
tree8f1fa5b2a8e7c6b6d8683a4b04bb4dcc95b4db6c
parent20e1be18443444e1ef4cf75718f2bba56768d6f3 (diff)
Travis: whitelist build branches
to avoid testing feature branches twice (as branch and as pull request)
-rw-r--r--.travis.yml5
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: