Repository: tapestry-5 Updated Branches: refs/heads/master 1cb8dbaa7 -> 94376ef69
fix task name Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/94376ef6 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/94376ef6 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/94376ef6 Branch: refs/heads/master Commit: 94376ef69a8e6824d3b931a4ee116353badb249c Parents: 1cb8dba Author: Jochen Kemnade <[email protected]> Authored: Thu Sep 17 08:46:36 2015 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Thu Sep 17 08:46:36 2015 +0200 ---------------------------------------------------------------------- travis-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/94376ef6/travis-build.sh ---------------------------------------------------------------------- diff --git a/travis-build.sh b/travis-build.sh index 60ddb12..ce3d136 100755 --- a/travis-build.sh +++ b/travis-build.sh @@ -28,7 +28,7 @@ PING_LOOP_PID=$! # My build is using maven, but you could build anything with this, E.g. # your_build_command_1 >> $BUILD_OUTPUT 2>&1 # your_build_command_2 >> $BUILD_OUTPUT 2>&1 -./gradlew -Dci=true continuousIntegrationclean >> $BUILD_OUTPUT 2>&1 +./gradlew -Dci=true continuousIntegration >> $BUILD_OUTPUT 2>&1 # The build finished without returning an error so dump a tail of the output dump_output
