From 5c5455b81f7006dbb86ae34062e8bc82b65634f2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 30 Nov 2016 18:04:38 +0530 Subject: [PATCH] Only run appveyor tests on the vs2015 branch --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 1c1dd813f5..6c18c61e53 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,11 @@ + os: Visual Studio 2015 clone_folder: C:\calibre clone_depth: 5 +branches: + only: + - vs2015 cache: - .build-cache