mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Remove remaining references to Boost.Mock
This commit is contained in:
parent
01013cce2f
commit
1083954cfe
5 changed files with 3 additions and 18 deletions
10
.travis.yml
10
.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/*'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue