Browse Source

fix travis out of memory issue

refactor-mempool
Lawrence Nahum 7 years ago
parent
commit
916df98203
No known key found for this signature in database GPG Key ID: 17AB8BC320B151D8
  1. 2
      .travis.yml

2
.travis.yml

@ -1,5 +1,7 @@
language: rust
env: CARGO_INCREMENTAL=0
cache:
cargo: true
timeout: 450

Loading…
Cancel
Save