Commit 50f2184a4fb2a10b87d381581a4bfd3808d19195

Martin Mitas 2016-10-03T23:44:39

.travis.yml: Yet another fix for coverage upload.

1
2
3
4
5
6
7
8
9
10
11
12
13
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