mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-16 06:29:08 +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
|