mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 09:39:15 +02:00
Add Travis CI configuration
This commit is contained in:
parent
1e047339cf
commit
94229560bf
1 changed files with 14 additions and 0 deletions
14
.travis.yml
Normal file
14
.travis.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Configuration for Travis CI
|
||||
language: rust
|
||||
sudo: false
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
||||
# Main build
|
||||
script:
|
||||
- |
|
||||
cargo build &&
|
||||
cargo test &&
|
||||
cargo doc
|
Loading…
Add table
Add a link
Reference in a new issue