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