Add travis build

This commit is contained in:
Harshavardhana 2019-06-18 12:14:27 -07:00
parent fe8d248fed
commit a7c29a57c3
2 changed files with 30 additions and 1 deletions

24
.travis.yml Normal file
View File

@ -0,0 +1,24 @@
sudo: false
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
os:
- linux
install:
- (rustup component add rustfmt || true)
- PATH=$PATH:/home/travis/.cargo/bin
env:
global:
- RUST_BACKTRACE=1
script:
- cargo fmt --all -- --check
- cargo build --verbose --all
- cargo test --verbose --all

View File

@ -1 +1,6 @@
# MinIO client for the Rust programming language # MinIO Rust SDK for Amazon S3 Compatible Cloud Storage [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io)
## License
MinIO Rust SDK is distributed under the terms of the Apache 2.0 license.
See [LICENSE](LICENSE) for details.