Skip to content

Commit

Permalink
fix coverage to avoid warning: unit.gcno:version '402*', prefer '406*'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Apr 25, 2016
1 parent 3f025ad commit b0ee472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ addons_shortcuts:
addons_clang37: &clang37
apt:
sources: [ 'ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7', 'boost-latest' ]
packages: [ 'clang-3.7', 'libboost1.55-all-dev' ]
packages: [ 'clang-3.7', 'llvm-3.7-dev', 'libboost1.55-all-dev' ]
addons_clang38: &clang38
apt:
sources: [ 'ubuntu-toolchain-r-test', 'llvm-toolchain-precise', 'boost-latest' ]
Expand Down Expand Up @@ -123,5 +123,5 @@ script:
make coverage;
./out/cov-test;
cp unit*gc* test/;
./.local/bin/cpp-coveralls -i optional.hpp -i recursive_wrapper.hpp -i variant.hpp -i variant_io.hpp --gcov-options '\-lp';
./.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';
fi

0 comments on commit b0ee472

Please sign in to comment.