mirror of
https://github.com/minio/minio-rs.git
synced 2025-12-06 07:16:53 +08:00
Add travis build
This commit is contained in:
parent
fe8d248fed
commit
a7c29a57c3
24
.travis.yml
Normal file
24
.travis.yml
Normal 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
|
||||
@ -1 +1,6 @@
|
||||
# MinIO client for the Rust programming language
|
||||
# MinIO Rust SDK for Amazon S3 Compatible Cloud Storage [](https://slack.min.io)
|
||||
|
||||
## License
|
||||
MinIO Rust SDK is distributed under the terms of the Apache 2.0 license.
|
||||
|
||||
See [LICENSE](LICENSE) for details.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user