From c85a6dd9a32ebfaa99a77c8ca7a4ad962edaaab1 Mon Sep 17 00:00:00 2001 From: Jeffrey Crowell Date: Thu, 9 Jun 2016 15:31:39 +0000 Subject: [PATCH] reenable unit tests now that they link properly --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f672908331..7e87f2fdb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ script: - export NOREPORT=1 - cd radare2-regressions - VERBOSE=1 make -k all - - echo "unit tests disabled" # make unit_tests + - make unit_tests notifications: irc: "chat.freenode.net#radare"