.travis.yml: Yet another fix for coverage upload.
diff --git a/.travis.yml b/.travis.yml
index 0b0d504..a345807 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,6 @@ script:
after_success:
- sudo apt-get install python3
- - pip install --usr cpp-coveralls
+ - pip install --user cpp-coveralls
- ../scripts/run-commonmark-tests.sh
- - coveralls -r .. -i md4c
+ - ~/.local/bin/coveralls -r .. -i md4c