Skip to content

Conversation

BurntSushi
Copy link
Member

It looks like cargo test is getting SIGKILL'ed on travis and I'm not
sure why. One possibility is that it's running out of memory. Try to fix
this by reducing the number of jobs cargo test does in parallel.

It looks like `cargo test` is getting SIGKILL'ed on travis and I'm not
sure why. One possibility is that it's running out of memory. Try to fix
this by reducing the number of jobs `cargo test` does in parallel.
@BurntSushi
Copy link
Member Author

@bors r+

@bors
Copy link
Contributor

bors commented Jan 2, 2017

📌 Commit e915a27 has been approved by BurntSushi

@bors
Copy link
Contributor

bors commented Jan 2, 2017

⌛ Testing commit e915a27 with merge dde7851...

bors added a commit that referenced this pull request Jan 2, 2017
Reduce cargo test parallelism.

It looks like `cargo test` is getting SIGKILL'ed on travis and I'm not
sure why. One possibility is that it's running out of memory. Try to fix
this by reducing the number of jobs `cargo test` does in parallel.
@bors
Copy link
Contributor

bors commented Jan 2, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: BurntSushi
Pushing dde7851 to master...

@bors bors merged commit e915a27 into rust-lang:master Jan 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants