Repository: tapestry-5 Updated Branches: refs/heads/master 6d9da908c -> 1cb8dbaa7
we need a full bash here Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/1cb8dbaa Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/1cb8dbaa Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/1cb8dbaa Branch: refs/heads/master Commit: 1cb8dbaa7d49548da7656d7798d2e01db64ac6bf Parents: 6d9da90 Author: Jochen Kemnade <[email protected]> Authored: Thu Sep 17 08:41:37 2015 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Thu Sep 17 08:41:37 2015 +0200 ---------------------------------------------------------------------- travis-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/1cb8dbaa/travis-build.sh ---------------------------------------------------------------------- diff --git a/travis-build.sh b/travis-build.sh index 4d4d84d..60ddb12 100755 --- a/travis-build.sh +++ b/travis-build.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Abort on Error set -e @@ -34,4 +34,4 @@ PING_LOOP_PID=$! dump_output # nicely terminate the ping output loop -kill $PING_LOOP_PID \ No newline at end of file +kill $PING_LOOP_PID
