mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Merge branch 'dev' of github.com:async-telegram-bot/async-telegram-bot into dev
This commit is contained in:
commit
6c9ac6125e
2 changed files with 17 additions and 2 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
language: Rust
|
||||||
|
|
||||||
|
|
||||||
|
env:
|
||||||
|
- RUST_BACKTRACE=1
|
||||||
|
|
||||||
|
script:
|
||||||
|
- rustup override set nightly
|
||||||
|
- cargo build --all --verbose
|
||||||
|
- cargo test --all
|
|
@ -1,2 +1,7 @@
|
||||||
# async-telegram-bot
|
|
||||||
An asynchronous full-featured Telegram bot framework for Rust
|
<div align="center">
|
||||||
|
<h1>async-telegram-bot</h1>
|
||||||
|
<a href="https://travis-ci.com/async-telegram-bot/async-telegram-bot">
|
||||||
|
<img src="https://travis-ci.com/async-telegram-bot/async-telegram-bot.svg?branch=dev" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue