Skip to content

Commit 027a7df

Browse files
authored
ci: remove doc action and travis config (#309)
* ci: remove doc action and travis config Signed-off-by: ekexium <ekexium@gmail.com> * ci: deny warnings Signed-off-by: ekexium <ekexium@gmail.com>
1 parent e0384a3 commit 027a7df

File tree

4 files changed

+2
-90
lines changed

4 files changed

+2
-90
lines changed

.github/workflows/doc.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
export RUSTFLAGS=-Dwarnings
2+
13
.PHONY: default check unit-test integration-tests test doc docker-pd docker-kv docker all
24

35
default: check

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
[![Docs](https://docs.rs/tikv-client/badge.svg)](https://docs.rs/tikv-client)
44
[![Build Status](https://travis-ci.org/tikv/client-rust.svg?branch=master)](https://travis-ci.org/tikv/client-rust)
55

6-
[Nightly docs](https://www.tikv.dev/doc/rust-client/tikv_client/)
7-
86
This crate provides an easy-to-use client for [TiKV](https://github.com/tikv/tikv), a distributed, transactional key-value database written in Rust.
97

108
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.

0 commit comments

Comments
 (0)