1
0
Fork 0
mirror of https://github.com/teloxide/teloxide.git synced 2025-01-16 06:30:33 +01:00
teloxide/.travis.yml
2019-09-02 13:35:28 +06:00

10 lines
137 B
YAML

language: Rust
env:
- RUST_BACKTRACE=1
script:
- rustup override set nightly
- cargo build --all --verbose
- cargo test --all