mirror of https://github.com/rwf2/Rocket.git
Use sudo: required to get a VM with higher specs on Travis.
This commit is contained in:
parent
d4b9360f57
commit
dd3c03a83a
|
@ -1,5 +1,6 @@
|
|||
language: rust
|
||||
# cache: cargo # linking failed with cache due to memory exhaustion. why?
|
||||
sudo: required # so we get a VM with higher specs
|
||||
cache: cargo
|
||||
rust:
|
||||
- nightly
|
||||
script: ./scripts/test.sh
|
||||
|
|
Loading…
Reference in New Issue