From 6b98e43eb46ff3ab7110150fc98b602ba66064ce Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Wed, 19 Apr 2017 23:27:48 +0000 Subject: [PATCH] change what branches Appveyor builds llvm-svn: 300788 --- libcxx/appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/appveyor.yml b/libcxx/appveyor.yml index 6bd2ef1..3cb2ce6 100644 --- a/libcxx/appveyor.yml +++ b/libcxx/appveyor.yml @@ -10,7 +10,7 @@ build: branches: only: - - windows-build + - master configuration: - Debug -- 2.7.4