Skip to content

Commit

Permalink
remove invalid option for llvm-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Apr 25, 2016
1 parent f034d55 commit 5f6ed71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ script:
make coverage;
./out/cov-test;
cp unit*gc* test/;
./.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';
./.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;
fi

0 comments on commit 5f6ed71

Please sign in to comment.