mirror of https://github.com/rwf2/Rocket.git
Don't use a cache for Travis to prevent memory exhaustion.
This commit is contained in:
parent
cb21fbf6af
commit
2e78afbc93
|
@ -1,5 +1,5 @@
|
|||
language: rust
|
||||
cache: cargo
|
||||
# cache: cargo # linking failed with cache due to memory exhaustion. why?
|
||||
rust:
|
||||
- nightly
|
||||
script: ./scripts/test.sh
|
||||
|
|
Loading…
Reference in New Issue