From eaccac21dcc18a11d29cbe6960413a3b19c8c96c Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 19 Nov 2016 09:51:01 -0600 Subject: [PATCH] Back to just the boost repo in the cache. --- appveyor.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 1d329dd..394779f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,3 +1,9 @@ +# Use, modification, and distribution are +# subject to the Boost Software License, Version 1.0. (See accompanying +# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +# +# Copyright Rene Rivera 2015-2016. + notifications: - provider: Email to: @@ -44,4 +50,3 @@ on_failure: python ../ci_boost_library_test.py on_failure on_finish: python ../ci_boost_library_test.py on_finish cache: - C:\projects\boostorg\boost -> appveyor.yml - - C:\projects\boostorg\boost\.git -> appveyor.yml