mirror of
https://github.com/kotovalexarian/jsonapis.rs.git
synced 2025-04-21 17:52:45 -04:00
Remove Travis CI
This commit is contained in:
parent
60f19865f2
commit
ac38f2479c
2 changed files with 0 additions and 16 deletions
14
.travis.yml
14
.travis.yml
|
@ -1,14 +0,0 @@
|
|||
language: rust
|
||||
|
||||
rust: [stable, beta, nightly]
|
||||
|
||||
env:
|
||||
- FEATURES=''
|
||||
- FEATURES='--no-default-features'
|
||||
|
||||
install: cargo build --verbose --all-targets $FEATURES
|
||||
|
||||
script:
|
||||
- cargo test --verbose $FEATURES
|
||||
- cargo run --verbose $FEATURES --example builders
|
||||
- cargo run --verbose $FEATURES --example client
|
|
@ -1,6 +1,4 @@
|
|||
jsonapis
|
||||
========
|
||||
|
||||
[](https://app.travis-ci.com/kotovalexarian/jsonapis.rs)
|
||||
|
||||
JSON:API library for Rust.
|
||||
|
|
Loading…
Add table
Reference in a new issue