Merge branch 'dev' of github.com:async-telegram-bot/async-telegram-bot into dev

This commit is contained in:
Waffle 2019-09-02 10:40:12 +03:00
commit 6c9ac6125e
2 changed files with 17 additions and 2 deletions

10
.travis.yml Normal file
View file

@ -0,0 +1,10 @@
language: Rust
env:
- RUST_BACKTRACE=1
script:
- rustup override set nightly
- cargo build --all --verbose
- cargo test --all

View file

@ -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>