Add coveralls

Add coveralls
This commit is contained in:
Maijin 2015-08-28 16:12:38 +02:00
parent 3f837f0dc6
commit 3b1f83f2ba

View File

@ -78,6 +78,7 @@ install:
# This little hack will prevent the test names from being erased in the
# travis logfile.
- sed -i 's/\\r//' radare2-regressions/tests.sh
- pip install 'coveralls' --user && export PATH=$HOME/.local/bin:$PATH
script:
# llvm-symbolizer isn't in PATH, so we need this.