aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSimon Warta <simon@kullo.net>2017-06-20 23:00:49 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-06-21 09:52:44 +0100
commitf541f7b94a4b68c414394ac56fd66a0ed0a19e6d (patch)
tree7925d9f07ad87e1be8c962ba3b76715025a11128 /.travis.yml
parent60c655ac076dbb874021a194dde131efaf68447b (diff)
ci: whitelist branches to avoid testing feature branches twice
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a7f5fd074..b7bd768d9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,5 +90,10 @@ script:
(tar xf curl-99.98.97.tar.gz && mkdir build && cd build && ../curl-99.98.97/configure && make && make TFLAGS=1 test)
fi
+# whitelist branches to avoid testing feature branches twice (as branch and as pull request)
+branches:
+ only:
+ - master
+
notifications:
email: false