Skip to content

Commit 8dded1c

Browse files
authored
Merge pull request #326 from graphql-rust/drop-travis
rm .travis.yml
2 parents db63a99 + 91f251d commit 8dded1c

File tree

3 files changed

+1
-42
lines changed

3 files changed

+1
-42
lines changed

.travis.yml

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

CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ npm install --global prettier
4242

4343
### Running
4444

45-
Verify you are using the stable channel (output of `rustc --version` does not contain "nightly" or "beta"). Then run fmt, clippy, and test as they are invoked in the `.travis.yml` file.
46-
47-
If you are on the stable channel, then you can run fmt, clippy, and test as they are invoked in the `.travis.yml` file.
45+
If you are on the stable channel, then you can run fmt, clippy, and tests.
4846

4947
```
5048
cargo fmt --all -- --check

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# graphql_client
22

33
[![Github actions Status](https://github.com/graphql-rust/graphql-client/workflows/CI/badge.svg?branch=master&event=push)](https://github.com/graphql-rust/graphql-client/actions)
4-
[![Build Status](https://travis-ci.org/graphql-rust/graphql-client.svg?branch=master)](https://travis-ci.org/graphql-rust/graphql-client)
54
[![docs](https://docs.rs/graphql_client/badge.svg)](https://docs.rs/graphql_client/latest/graphql_client/)
65
[![crates.io](https://img.shields.io/crates/v/graphql_client.svg)](https://crates.io/crates/graphql_client)
76
[![Join the chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/juniper-graphql/graphql-client)

0 commit comments

Comments
 (0)