Create .travis.yml

This commit is contained in:
Temirkhan Myrzamadi 2019-09-02 13:24:32 +06:00 committed by GitHub
parent bdaca41eda
commit fe146aa521
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: Rust
env:
- RUST_BACKTRACE=1
script:
- cargo build --all --verbose
- cargo test --all