From 74eb608d95b3f03e68d72d83c3db2d07b73d9890 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Thu, 28 Aug 2014 10:30:24 +0300 Subject: [PATCH] Report exit status --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ca225e7..67894af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,4 +19,4 @@ script: - phpize - ./configure --enable-igbinary - make - - NO_INTERACTION=1 make test + - REPORT_EXIT_STATUS=1 NO_INTERACTION=1 make test