[tor-commits] [oonib/master] Run coveralls when the tests have been run.
art at torproject.org
art at torproject.org
Thu Aug 28 17:28:02 UTC 2014
commit 458b71ae71be0bee8fc2ba9b9109377d127e7620
Author: Arturo Filastò <art at fuffa.org>
Date: Thu Aug 28 19:27:35 2014 +0200
Run coveralls when the tests have been run.
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 0509603..b6617b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,4 +42,4 @@ script:
- echo "Build successful."
- $(which coverage) run $(which trial) oonib
after_success:
- - pip install coveralls
+ - coveralls
More information about the tor-commits
mailing list