Repository: incubator-predictionio Updated Branches: refs/heads/feature/xbuild a8290dce6 -> b6c90a0ce
Fix typo Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/b6c90a0c Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/b6c90a0c Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/b6c90a0c Branch: refs/heads/feature/xbuild Commit: b6c90a0cecdc0413173a9284d33778f9177961d8 Parents: a8290dc Author: Donald Szeto <[email protected]> Authored: Tue Mar 14 21:31:11 2017 -0700 Committer: Donald Szeto <[email protected]> Committed: Tue Mar 14 21:31:11 2017 -0700 ---------------------------------------------------------------------- tests/before_script.travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/b6c90a0c/tests/before_script.travis.sh ---------------------------------------------------------------------- diff --git a/tests/before_script.travis.sh b/tests/before_script.travis.sh index 9ec7a4a..5889a60 100755 --- a/tests/before_script.travis.sh +++ b/tests/before_script.travis.sh @@ -18,4 +18,4 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -$DIR/build-docker.sh +$DIR/build_docker.sh
