From 40e9bd336a34cc0e60645b13d324f2909cf7ffe0 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sat, 4 Jun 2016 21:10:20 +0300 Subject: [PATCH] Test on same Boost branch when running Appveyor --- test/appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/appveyor.yml b/test/appveyor.yml index 0934672..6e33f4d 100644 --- a/test/appveyor.yml +++ b/test/appveyor.yml @@ -11,8 +11,7 @@ # File revision #1 init: - #- set BRANCH_TO_TEST=%APPVEYOR_REPO_BRANCH% - - set BRANCH_TO_TEST=develop + - set BRANCH_TO_TEST=%APPVEYOR_REPO_BRANCH% - set BOOST_REMOVE=type_index os: Visual Studio 2015