Skip to content

Commit 0c33d9b

Browse files
committed
tests commit
1 parent 24f6ae6 commit 0c33d9b

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
@@ -66,6 +66,7 @@ def main():
6666
pr = os.environ["TRAVIS_PULL_REQUEST"]
6767
pr = None if pr == "false" else int(pr)
6868
build_num = int(os.environ["TRAVIS_BUILD_NUMBER"])
69+
6970
print("checking for fast_finish: {}-{}-{}".format(repo, pr, build_num))
7071

7172
return int(check_latest_pr_build(repo, pr, build_num) is False)

0 commit comments

Comments
 (0)