Remove Travis CI

This commit is contained in:
Alex Kotov 2022-08-02 18:23:33 +04:00
parent 60f19865f2
commit ac38f2479c
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 0 additions and 16 deletions

View File

@ -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

View File

@ -1,6 +1,4 @@
jsonapis
========
[![Build Status](https://app.travis-ci.com/kotovalexarian/jsonapis.rs.svg?branch=master)](https://app.travis-ci.com/kotovalexarian/jsonapis.rs)
JSON:API library for Rust.