Skip to content

Commit

Permalink
removed -p
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Sep 29, 2013
1 parent ec46969 commit bb927f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
language: objective-c

before_script:
- gcov --version
- sudo easy_install cpp-coveralls

script:
Expand Down
2 changes: 1 addition & 1 deletion script/coveralls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ generateGcov()
cd "${gcov_dir}"
for file in *.gcda
do
gcov "${file}" -p -o "${gcov_dir}"
gcov "${file}" -o "${gcov_dir}"
done
cd -
}
Expand Down

0 comments on commit bb927f8

Please sign in to comment.