Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
👷 Error out when Travis tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Nov 3, 2018
1 parent d4c8615 commit 36aefac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -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 ./
Expand Down

0 comments on commit 36aefac

Please sign in to comment.