Change files tested in Travis by changing git diff from 2-dot to 3-dot (#6960).

This commit is contained in:
Amog Kamsetty
2020-01-30 09:26:44 -08:00
committed by GitHub
parent 5ab395236b
commit 11d90d6d0c
+1 -2
View File
@@ -44,8 +44,7 @@ if __name__ == "__main__":
if os.environ["TRAVIS_EVENT_TYPE"] == "pull_request":
files = list_changed_files(os.environ["TRAVIS_COMMIT_RANGE"].replace(
"...", ".."))
files = list_changed_files(os.environ["TRAVIS_COMMIT_RANGE"])
print(pformat(files), file=sys.stderr)