mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Create .travis.yml
This commit is contained in:
parent
bdaca41eda
commit
fe146aa521
1 changed files with 9 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
language: Rust
|
||||||
|
|
||||||
|
|
||||||
|
env:
|
||||||
|
- RUST_BACKTRACE=1
|
||||||
|
|
||||||
|
script:
|
||||||
|
- cargo build --all --verbose
|
||||||
|
- cargo test --all
|
Loading…
Reference in a new issue