Repository: tapestry-5 Updated Branches: refs/heads/master 94376ef69 -> 3e5892242
Revert "fix task name" This reverts commit 94376ef69a8e6824d3b931a4ee116353badb249c. Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/aa75e23a Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/aa75e23a Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/aa75e23a Branch: refs/heads/master Commit: aa75e23aa99eff1f7f6e609ff1d50be683c672b9 Parents: 94376ef Author: Jochen Kemnade <[email protected]> Authored: Thu Sep 17 08:47:52 2015 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Thu Sep 17 08:47:52 2015 +0200 ---------------------------------------------------------------------- travis-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/aa75e23a/travis-build.sh ---------------------------------------------------------------------- diff --git a/travis-build.sh b/travis-build.sh index ce3d136..60ddb12 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 continuousIntegration >> $BUILD_OUTPUT 2>&1 +./gradlew -Dci=true continuousIntegrationclean >> $BUILD_OUTPUT 2>&1 # The build finished without returning an error so dump a tail of the output dump_output
