From 29a6b4b4c7635e75b2aee24088b7c8a747b967d4 Mon Sep 17 00:00:00 2001 From: Maijin Date: Fri, 28 Aug 2015 16:01:33 +0200 Subject: [PATCH] Add coveralls Add coveralls --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6360fb8466..518a933d1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,7 +78,8 @@ 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 + script: # llvm-symbolizer isn't in PATH, so we need this. # (Also, YAML doesn't like underscores) @@ -98,5 +99,7 @@ script: - cd radare2-regressions - VERBOSE=1 make $TESTS # Run the tests, report only regressions as errors. +after_success: coveralls + notifications: irc: "chat.freenode.net#radare"