From 36aefac27f7e699ff858c0817a3ec8c2caa59b41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 3 Nov 2018 09:51:53 +0400 Subject: [PATCH] :construction_worker: Error out when Travis tests fail --- test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test.sh b/test.sh index c05f003..ad2f4f4 100644 --- a/test.sh +++ b/test.sh @@ -1,5 +1,8 @@ #! /usr/bin/env bash +# Exit in case of error +set -e + rm -rf ./testing-project cookiecutter --config-file ./testing-config.yml --no-input -f ./