From 21a6662b35ea51ec0642efceb2e72e98c1b3dcef Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 21 May 2016 17:00:24 +0300 Subject: [PATCH] It's build: off, not build: no. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6ad0f18..323873d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,8 +9,6 @@ branches: - master - develop -build: no - install: - git clone -b %APPVEYOR_REPO_BRANCH% https://github.com/boostorg/boost.git boost - cd boost @@ -38,5 +36,7 @@ install: - bootstrap - b2 headers +build: off + test_script: - b2 libs/bind/test toolset=msvc-9.0