From 7ab8dc4018600dcf760c6029c62f04fb6e0257b3 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sat, 28 Apr 2018 10:34:18 -0400 Subject: properly fail build when things break --- bin/build-dist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/build-dist b/bin/build-dist index c8a2da2a..a1fa82d9 100755 --- a/bin/build-dist +++ b/bin/build-dist @@ -1,5 +1,7 @@ #!/bin/bash +set -e + site_packages="$(python -c "import os; print(os.path.dirname(os.__file__) + '/site-packages')")" if [ "$TRAVIS_OS_NAME" = "linux" -a "$BUILD" != "windows" ]; then -- cgit v1.2.3