summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnil Madhavapeddy <anil@recoil.org>2017-09-27 11:38:34 +0100
committerDavid Allsopp <david.allsopp@metastack.com>2017-09-29 12:35:06 +0100
commitb65e2aa2e6efb2b13d1996a15a8f8a8a8a7bb73d (patch)
treeb9d37992f9a42e7b3701c21d8ff7aa1d060378b1
parent2449d2fc7daf802cdb09fe6440cfb6965005c710 (diff)
downloadocaml-b65e2aa2e6efb2b13d1996a15a8f8a8a8a7bb73d.tar.gz
appveyor: remove the branches specification from the configuration
This has been replaced with a regexp in the Appveyor settings page, to only build 4.* instead of all branches.
-rw-r--r--appveyor.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7d4d896556..19de12ed2a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,10 +16,6 @@
platform:
- x64
-branches:
- only:
- - trunk
-
# Do a shallow clone of the repo to speed up the build
clone_depth: 1