Skip to content

Commit d744b93

Browse files
committed
👷 Error out when Travis tests fail
1 parent d993cc6 commit d744b93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#! /usr/bin/env bash
22

3+
# Exit in case of error
4+
set -e
5+
36
rm -rf ./testing-project
47

58
cookiecutter --config-file ./testing-config.yml --no-input -f ./

0 commit comments

Comments
 (0)