mirror of
https://github.com/gonum/gonum.git
synced 2025-10-28 01:21:44 +08:00
travis: make sure checks exit non-zero if they fail
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user