diff options
Diffstat (limited to '.travis.sh')
-rwxr-xr-x | .travis.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,10 @@ case "$1" in make $MAKEOPTS sudo make install cd .. + ;; script) exec ./setup.sh "$@" + ;; + *) + exit 1 esac |