travis: make sure checks exit non-zero if they fail

This commit is contained in:
Dan Kortschak
2019-08-07 09:01:59 +09:30
parent 99e48c9b02
commit ced62fe510

View File

@@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
set -e
if [ $# -ne 1 ]; then if [ $# -ne 1 ]; then
echo "run-parts <directory>" echo "run-parts <directory>"
exit 1 exit 1