From d0f6fd125705878694596d69d67460932441059a Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Mon, 17 Feb 2014 22:44:12 -0500 Subject: .travis.sh: more ;; --- .travis.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.sh b/.travis.sh index 2d0cc78..65649f6 100755 --- a/.travis.sh +++ b/.travis.sh @@ -25,6 +25,10 @@ case "$1" in make $MAKEOPTS sudo make install cd .. + ;; script) exec ./setup.sh "$@" + ;; + *) + exit 1 esac -- cgit v1.2.3-54-g00ecf