| commit | 20f846fb0853b422a996d3e3b855aa791eaedb77 | [log] [tgz] |
|---|---|---|
| author | Johnathan Van Why <jrvanwhy@google.com> | Fri Jun 12 15:34:23 2020 -0700 |
| committer | Johnathan Van Why <jrvanwhy@google.com> | Fri Jun 12 15:34:23 2020 -0700 |
| tree | c68ee519626a7a910fa4e22747d56eff0b03ecdc | |
| parent | 5a9606e023991acfcf614381588801daaf9cb54b [diff] |
Run `make setup` in Travis with `-j8`. Previously, QEMU's build in Travis was run with -j8. Now QEMU is built by `make setup`, so we should pass `-j8` to `make setup` instead.
diff --git a/.travis.yml b/.travis.yml index b73b4cc..52e5d38 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -14,7 +14,7 @@ cache: cargo install: - - make setup + - make -j8 setup script: - make test