awesome-rust/.travis.yml
2020-06-02 22:48:16 +01:00

10 lines
No EOL
202 B
YAML

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