Add travis build
This commit is contained in:
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user