Skip to content

Commit

Permalink
ci: remove doc action and travis config (tikv#309)
Browse files Browse the repository at this point in the history
* ci: remove doc action and travis config

Signed-off-by: ekexium <[email protected]>

* ci: deny warnings

Signed-off-by: ekexium <[email protected]>
  • Loading branch information
ekexium authored Jul 27, 2022
1 parent e0384a3 commit 027a7df
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 90 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/doc.yml

This file was deleted.

55 changes: 0 additions & 55 deletions .travis.yml

This file was deleted.

2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export RUSTFLAGS=-Dwarnings

.PHONY: default check unit-test integration-tests test doc docker-pd docker-kv docker all

default: check
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
[![Docs](https://docs.rs/tikv-client/badge.svg)](https://docs.rs/tikv-client)
[![Build Status](https://travis-ci.org/tikv/client-rust.svg?branch=master)](https://travis-ci.org/tikv/client-rust)

[Nightly docs](https://www.tikv.dev/doc/rust-client/tikv_client/)

This crate provides an easy-to-use client for [TiKV](https://github.com/tikv/tikv), a distributed, transactional key-value database written in Rust.

This crate lets you connect to a TiKV(>= `v5.0.0`) cluster and use either a transactional or raw (simple get/put style without transactional consistency guarantees) API to access and update your data.
Expand Down

0 comments on commit 027a7df

Please sign in to comment.