Don't use a cache for Travis to prevent memory exhaustion.

This commit is contained in:
Sergio Benitez 2017-03-29 23:36:54 -07:00
parent cb21fbf6af
commit 2e78afbc93
1 changed files with 1 additions and 1 deletions

View File

@ -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