Skip to content

Commit

Permalink
Fixed travis config: remove src_dir from coveralls.yml for new versio…
Browse files Browse the repository at this point in the history
…n of coveralls
  • Loading branch information
vasa-c committed Feb 23, 2016
1 parent e52858c commit f63ebc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ install:
# Generate the coveralls config (not to keep it in the repo)
- >
if [ "$CHECKS" = "yes" ]; then
echo "src_dir: ." > .coveralls.yml &&
echo "json_path: coveralls-upload.json" >> .coveralls.yml &&
echo "coverage_clover: clover.xml" >> .coveralls.yml;
fi;
Expand Down

0 comments on commit f63ebc3

Please sign in to comment.