diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-04-28 10:34:18 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-04-28 20:17:25 -0400 |
| commit | 7ab8dc4018600dcf760c6029c62f04fb6e0257b3 (patch) | |
| tree | d762c17c7d3f4b1064b1b7adfb4ffcde42f981c2 /bin | |
| parent | 0e77c0d9a83f9d119830c9eb930d3f8187f5e34e (diff) | |
properly fail build when things break
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/build-dist | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
