Skip to content

Commit b0ee472

Browse files
author
Dane Springmeyer
committedApr 25, 2016
fix coverage to avoid warning: unit.gcno:version '402*', prefer '406*'
1 parent 3f025ad commit b0ee472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ addons_shortcuts:
1515
addons_clang37: &clang37
1616
apt:
1717
sources: [ 'ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7', 'boost-latest' ]
18-
packages: [ 'clang-3.7', 'libboost1.55-all-dev' ]
18+
packages: [ 'clang-3.7', 'llvm-3.7-dev', 'libboost1.55-all-dev' ]
1919
addons_clang38: &clang38
2020
apt:
2121
sources: [ 'ubuntu-toolchain-r-test', 'llvm-toolchain-precise', 'boost-latest' ]
@@ -123,5 +123,5 @@ script:
123123
make coverage;
124124
./out/cov-test;
125125
cp unit*gc* test/;
126-
./.local/bin/cpp-coveralls -i optional.hpp -i recursive_wrapper.hpp -i variant.hpp -i variant_io.hpp --gcov-options '\-lp';
126+
./.local/bin/cpp-coveralls --gcov /usr/bin/llvm-cov-3.7 -i optional.hpp -i recursive_wrapper.hpp -i variant.hpp -i variant_io.hpp --gcov-options '\-lp';
127127
fi

0 commit comments

Comments
 (0)
Please sign in to comment.