diff --git a/.travis.yml b/.travis.yml index 518ddfe..a12eb45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,7 @@ # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # # Copyright Antony Polukhin 2014. - -# -# See https://svn.boost.org/trac/boost/wiki/TravisCoverals for description of this file -# and how it can be used with Boost libraries. -# +# Copyright Alexander Grund 2020. language: cpp @@ -49,10 +45,6 @@ before_install: - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 60 --slave /usr/bin/g++ g++ /usr/bin/g++-5 - gcc --version - # Set this to the name of your Boost library - # Autodetect library name by using the following code: - PROJECT_TO_TEST=$(basename $(pwd)) - - PROJECT_TO_TEST=$(basename $(pwd)) - # Files, which coverage results must be ignored (files from other projects). Example: - IGNORE_COVERAGE='*/boost/progress.hpp */filesystem/src/path.cpp' - IGNORE_COVERAGE='*/boost-local/*' diff --git a/doc/Jamfile.jam b/doc/Jamfile.jam index 907d8bd..9800cf0 100644 --- a/doc/Jamfile.jam +++ b/doc/Jamfile.jam @@ -1,5 +1,3 @@ -# Boost.Mock -# # Copyright Mathieu Champlon 2012 # # Distributed under the Boost Software License version 1.0. (See diff --git a/doc/mock.qbk b/doc/mock.qbk index 7cdd860..4915d9b 100644 --- a/doc/mock.qbk +++ b/doc/mock.qbk @@ -7,8 +7,7 @@ [article Turtle [quickbook 1.5] -[/ [authors [Champlon, Mathieu]] ] - [authors [,A C++ mock object library for Boost]] + [authors [Champlon, Mathieu]] [copyright 2008-2014 Mathieu Champlon] [license Distributed under the [@http://www.boost.org/LICENSE_1_0.txt Boost Software License, Version 1.0]. @@ -16,8 +15,6 @@ [/ [purpose A C++ mock object library for Boost] ] ] -[note Turtle is not an official Boost library.] - [/ [section:introduction Introduction] diff --git a/index.html b/index.html index cfecfa2..fa5974d 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ Automatic redirection failed, please go to doc/html/index.html