diff --git a/.travis.yml b/.travis.yml index 3e43240f..dce48db2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,6 +54,7 @@ script: echo Running acceptance tests using python${pv} if ! PATH=.:$PATH $TEST_SUITE; then grep . features/output/*/*postgres?.* + exit 1 fi fi else