mirror of
https://github.com/wassname/ray.git
synced 2026-07-05 08:14:05 +08:00
Change files tested in Travis by changing git diff from 2-dot to 3-dot (#6960).
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user