awesome-rust/.travis.yml
2020-05-31 11:03:00 +01:00

10 lines
No EOL
160 B
YAML

language: rust
script: cargo run
env:
global:
- RUST_LOG=debug
cache:
directories:
- results # So we don't have to check all the things every time