mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-18 23:49:09 +00:00
6 lines
133 B
YAML
6 lines
133 B
YAML
language: rust
|
|
# cache: cargo # linking failed with cache due to memory exhaustion. why?
|
|
rust:
|
|
- nightly
|
|
script: ./scripts/test.sh
|