From f0a59b73fd0846f88e23b8836864ee5a84a391d5 Mon Sep 17 00:00:00 2001 From: Mathieu Champlon Date: Tue, 31 Mar 2015 22:17:11 +0200 Subject: [PATCH] Fix coveralls ignore file list --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a76a1f8..b2f4c0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ before_install: - BRANCH_TO_TEST=master # Files, which coverage results must be ignored (files from other projects). Example: - IGNORE_COVERAGE='*/boost/progress.hpp */filesystem/src/path.cpp' - - IGNORE_COVERAGE='*/boost/progress.hpp */filesystem/src/path.cpp */numeric/conversion/converter_policies.hpp' + - IGNORE_COVERAGE='*/boost-local/*' # From this point and below code is same for all the Boost libs # Cloning Boost libraries (fast nondeep cloning)