Skip to content

Commit

Permalink
Merge pull request #621 from google/travis
Browse files Browse the repository at this point in the history
Add --jobs=auto to the travis script's pytype run.
  • Loading branch information
rchen152 authored Jul 15, 2020
2 parents db2fcbc + db7a605 commit 1264ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_scripts/travis_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def main():
command=[
"python", build_utils.build_script("run_tests.py"), "-f", "-v"])
s4 = STEP(name="Type Check",
command=[os.path.join("out", "bin", "pytype")])
command=[os.path.join("out", "bin", "pytype"), "-j", "auto"])
_run_steps([s1, s2, s3, s4])
print("\n*** All build steps completed successfully! ***\n")

Expand Down

0 comments on commit 1264ba3

Please sign in to comment.