Skip to content

Commit 7c011ff

Browse files
committed
moar
1 parent 9e10aba commit 7c011ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/travis_fast_finish.py

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def check_latest_pr_build(repo, pr, build_num):
5252
print("build_num: {}".format(build_num))
5353
print("pr_build_nums: {}".format(','.join([str(n) for n in pr_build_nums])))
5454

55+
5556
# Check if our build number is the latest (largest)
5657
# out of all of the builds for this PR.
5758
if build_num < max(pr_build_nums):

0 commit comments

Comments
 (0)