Added .travis.yml.

This commit is contained in:
PaddiM8 2020-06-12 13:55:40 +02:00
parent 0702e8eee7
commit 7f17369ff4

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: rust
before_install:
cargo install rustfmt
script:
- cargo fmt
- cargo build --verbose --all
- cargo test --verbose --all